Skip to content

Commit

Permalink
js fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scholarsmate committed Dec 31, 2021
1 parent f2b9392 commit eec925a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
working-directory: cmake-build-debug/src/tests/
run: ./omega_test -d yes --order lex
- name: Prepare To Build Node v14 Bindings
run: |
npm ci
mv module/omega_edit* module/omega_edit.node
run: npm ci
- name: Test Node v14 Bindings
run: yarn test

Expand Down Expand Up @@ -65,8 +63,6 @@ jobs:
working-directory: cmake-build-debug/src/tests/
run: valgrind --leak-check=full --show-leak-kinds=all --leak-resolution=med --track-origins=yes --vgdb=no --error-exitcode=1 ./omega_test -d yes --order lex
- name: Prepare To Build Node v14 Bindings
run: |
npm ci
mv module/omega_edit* module/omega_edit.node
run: npm ci
- name: Test Node v14 Bindings
run: yarn test

0 comments on commit eec925a

Please sign in to comment.