From 017df087785cdc7002c0da141e168455ae587273 Mon Sep 17 00:00:00 2001
From: Nick Robinson <npr251@gmail.com>
Date: Tue, 28 Nov 2023 16:28:09 +0000
Subject: [PATCH] Add ChunkedCSV.jl to the integration tests workflow

---
 .github/workflows/IntegrationTest.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml
index de9ebae..520c045 100644
--- a/.github/workflows/IntegrationTest.yml
+++ b/.github/workflows/IntegrationTest.yml
@@ -28,6 +28,7 @@ jobs:
           - {user: JuliaStrings, repo: InlineStrings.jl}
           - {user: nickrobinson251, repo: PowerFlowData.jl}
           - {user: quinnj, repo: JSON3.jl}
+          - {user: RelationalAI, repo: ChunkedCSV.jl}
 
     steps:
       - uses: actions/checkout@v2