We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d7124 commit f76b748Copy full SHA for f76b748
.github/workflows/run-all-tests.yaml
@@ -25,6 +25,9 @@ jobs:
25
sudo apt-get install clang-tidy-15
26
sudo rm -f /usr/bin/clang-tidy
27
sudo ln -s /usr/bin/clang-tidy-15 /usr/bin/clang-tidy
28
+ - name: build fuzzer
29
+ # Build the native addon so that CMake generates compile_commands.json that is needed by clang-tidy
30
+ run: npm run build [email protected]/fuzzer
31
- name: check formatting and linting
32
run: npm run check
33
unit_tests:
0 commit comments