Skip to content

Commit

Permalink
fix syntax, add help
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 28, 2024
1 parent 89394ee commit 39ad747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

bun:
strategy:
fast-fail: false
fail-fast: false
matrix:
version:
- 1.1.21
Expand Down
2 changes: 2 additions & 0 deletions javascript/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ help:
@echo " $(BLUE)test_*$(NC) run through all tests in parallel with the given number of threads. Use auto to allow the test runner to determine it. Utilizes the Mocha test runner"
@echo " $(BLUE)dependencies$(NC) runs npm install"
@echo " $(BLUE)lint$(NC) runs eslint"
@echo " $(BLUE)bun_test$(NC) run through all tests in sequence. Utilizes the bun runtime and test runner"
@echo " $(BLUE)bun_dependencies$(NC) installs bun and runs bun install"
@echo " $(BLUE)clean$(NC) clean up any stray files"

test: dependencies
Expand Down

0 comments on commit 39ad747

Please sign in to comment.