Skip to content

Commit

Permalink
Remove unused github actions and leave only profiling one
Browse files Browse the repository at this point in the history
  • Loading branch information
LogvinovLeon committed Jan 25, 2024
1 parent 075d40c commit 98e030c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 171 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/circuits_profile.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: circuit tests
name: circuits profiling

on: [push]

Expand All @@ -10,11 +10,19 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install GNU Time and bc
run: |
sudo apt-get update
sudo apt-get install -y time bc
- 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 test
run: nargo test --workspace
- name: Run nargo info
run: nargo info --workspace

- name: Run nargo prove
run: ./prove.sh
44 changes: 0 additions & 44 deletions .github/workflows/contract_test.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/ts_lint.yaml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/ts_test.yaml

This file was deleted.

0 comments on commit 98e030c

Please sign in to comment.