Skip to content

Commit

Permalink
Build the fuzzer in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kyakdan authored and oetr committed Nov 24, 2022
1 parent b71b14a commit cd620bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-all-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: install dependencies with apt
run: sudo apt-get install --yes clang-tidy
- name: build fuzzer
run: npm run build -w=@jazzer.js/fuzzer
run: npm run build --workspace=@jazzer.js/fuzzer
- name: check formatting and linting
run: npm run check

Expand Down Expand Up @@ -65,6 +65,8 @@ jobs:
run: npm install
- name: build project
run: npm run build
- name: build fuzzer
run: npm run build --workspace=@jazzer.js/fuzzer
- name: run all tests
run: npm run test

Expand Down

0 comments on commit cd620bf

Please sign in to comment.