Skip to content

Commit

Permalink
fix: temporarly disable parallelization tests
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed May 13, 2024
1 parent c03a3d6 commit f13abf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clean: ## 🧹 Clean the build
@echo "🧹 Cleaned the build"

tests: slangroom-exec ## 🧪 Run tests
./test/bats/bin/bats -j 15 test/*.bats
./test/bats/bin/bats test/*.bats
bun test --coverage

$(LIBS): package.json
Expand Down

0 comments on commit f13abf2

Please sign in to comment.