Adds poseidon_hash_bn254(x, y) in garaga_rs with Js and Python bindings. #400
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: NODE | |
on: | |
push: | |
branches: | |
- main | |
- master | |
tags: | |
- '*' | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
npm-test: | |
name: NPM Test | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: 'lts/*' | |
- name: Run npm test in garaga_ts | |
working-directory: tools/npm/garaga_ts | |
run: | | |
npm ci | |
npm test |