- Circuits profiling
- Runs
nargo info
and stores the results into an artefact
- Runs
- Circuits tests
- Runs
nargo test
- Runs
- Circuits E2E tests
- Runs
nargo prove
&nargo verify
- Runs
- Solidity tests
- Runs
forge test
- Runs
- TypeScript E2E tests using solidity verifiers
- Runs
yarn test:e2e
- Runs
- Static checks
- Runs
yarn format:all:ci
- Runs
yarn lint:all
- Runs
yarn prepare-js-fixtures
- Runs
yarn prepare-noir-fixtures
- Runs
nargo fmt --check
- Runs
- Release
- Applies version changes
- Publishes NPM packages