Skip to content

Commit

Permalink
rm parallel on wind
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed May 15, 2024
1 parent 6e55c48 commit f23290a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ clean: ## 🧹 Clean the build
@echo "🧹 Cleaned the build"

tests: slangroom-exec ## 🧪 Run tests
ifeq ($(OS),Windows_NT)
./test/bats/bin/bats test/*.bats
else
./test/bats/bin/bats -j 15 test/*.bats
endif
bun test --coverage

$(LIBS): package.json
Expand Down

0 comments on commit f23290a

Please sign in to comment.