Separate builds for prod & tests for faster tests

This commit is contained in:
arnaucube
2020-05-23 16:56:27 +02:00
parent 77719dbe4e
commit 9776f46e4b
15 changed files with 88 additions and 21 deletions

View File

@@ -20,6 +20,6 @@ jobs:
run: npm install
- name: Execute tests
run: |
sh ./compile-circuits.sh
sh ./test-compile-circuits.sh
npm run test-circuits
npm run test-sc