Skip to content

Commit 7d605aa

Browse files
committed
ci: drop --smol; --smol + parallel tests caused 47m hang on CI
1 parent 4c6dd67 commit 7d605aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ typecheck:
3131
$(TYPECHECK)
3232

3333
test: typecheck
34-
bun test --smol --path-ignore-patterns '**/sql-on-fhir.test.ts'
35-
bun test --smol test/api/write-generator/multi-package/sql-on-fhir.test.ts
34+
bun test --path-ignore-patterns '**/sql-on-fhir.test.ts'
35+
bun test test/api/write-generator/multi-package/sql-on-fhir.test.ts
3636

3737
prepare-aidbox-runme:
3838
@if [ ! -f "example/docker-compose.yaml" ]; then \

0 commit comments

Comments
 (0)