Skip to content

Commit a5b4cdb

Browse files
akoclaude
andcommitted
Disable test caching for integration tests
Add -count=1 to ensure integration tests always run fresh. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c605210 commit a5b4cdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ test:
134134

135135
# Run integration tests (requires mx binary / mxbuild)
136136
test-integration:
137-
CGO_ENABLED=0 go test -tags integration -timeout 30m ./...
137+
CGO_ENABLED=0 go test -tags integration -count=1 -timeout 30m ./...
138138

139139
# Run MDL integration tests (requires Docker and a Mendix project)
140140
# Usage: make test-mdl MPR=path/to/app.mpr

0 commit comments

Comments
 (0)