Skip to content

Commit 7af763a

Browse files
committed
fix(test): remove -race flag to support CGO_ENABLED=0
1 parent 34325be commit 7af763a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.unirtm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ description = 'Run Go unit tests for all packages recursively'
158158
# -p 4 : limit the number of packages compiled/tested in parallel to prevent CI OOM
159159
# (GitHub Actions ubuntu-latest has ~7GB RAM; -race multiplies usage 5-10x)
160160
# CGO_ENABLED=0: force pure-Go build — all test files must use modernc.org/sqlite, not mattn/go-sqlite3
161-
run = 'unirtm exec -- go test -race -v -timeout 10m -p 4 ./...'
161+
run = 'unirtm exec -- go test -v -timeout 10m -p 4 ./...'
162162
output = 'interleaved'
163163
env = { GOTOOLCHAIN = 'local', CGO_ENABLED = '0' }
164164

0 commit comments

Comments
 (0)