We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34325be commit 7af763aCopy full SHA for 7af763a
1 file changed
.unirtm.toml
@@ -158,7 +158,7 @@ description = 'Run Go unit tests for all packages recursively'
158
# -p 4 : limit the number of packages compiled/tested in parallel to prevent CI OOM
159
# (GitHub Actions ubuntu-latest has ~7GB RAM; -race multiplies usage 5-10x)
160
# 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 ./...'
+run = 'unirtm exec -- go test -v -timeout 10m -p 4 ./...'
162
output = 'interleaved'
163
env = { GOTOOLCHAIN = 'local', CGO_ENABLED = '0' }
164
0 commit comments