Skip to content

Remove unused github actions and leave only profiling one #2

Remove unused github actions and leave only profiling one

Remove unused github actions and leave only profiling one #2

name: circuit tests
on: [push]
jobs:
test:
name: nargo test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: nightly-2024-01-11 # Pin at 0.23.0 when it's released. We need nightly now as 0.22.0 doesn't have the oracles
- name: Run nargo info
run: nargo info --workspace
- name: Run nargo prove
run: ./prove.sh