Skip to content

Commit 6bf5dbb

Browse files
EDsCODEclaude
andcommitted
Exclude integration tests from CI (require Docker)
Integration tests in tests/integration/ require Docker containers (PostgreSQL, MinIO) for comparison testing. Run only unit tests in CI which don't have external dependencies. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent d267187 commit 6bf5dbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
with:
2525
go-version-file: go.mod
2626

27-
- name: Run tests
28-
run: go test -v ./...
27+
- name: Run unit tests
28+
run: go test -v ./server/... ./transpiler/...
2929

3030
- name: Build
3131
run: go build -o duckgres .

0 commit comments

Comments
 (0)