mirror of
https://github.com/arnaucube/miksi-core.git
synced 2026-02-07 11:36:47 +01:00
Add very initial version of smart contracts with tests
This commit is contained in:
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@@ -12,10 +12,14 @@ jobs:
|
||||
node-version: [ 10.x ]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Use Nodejs
|
||||
uses: actions/setup-node@v1
|
||||
- name: Install node_modules
|
||||
run: npm install
|
||||
- name: Test circom circuits
|
||||
run: npm run test
|
||||
- name: Execute tests
|
||||
run: |
|
||||
sh ./compile-circuits.sh
|
||||
npm run test-circuits
|
||||
npm run test-sc
|
||||
|
||||
Reference in New Issue
Block a user