Add link to timofey's hash2curve halo2 chip #140
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Jest NPM test suite (<./javascript>) | |
on: [push, pull_request] | |
jobs: | |
test: | |
name: npm test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: JavaScript tests | |
uses: actions/setup-node@v3 | |
with: | |
node-version: 18 | |
- run: | | |
cd javascript | |
npm install | |
npm test |