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 b3a59ce
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 171 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/circuits_profile.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: circuit profiling
name: circuit tests

on: [push]

jobs:
test:
name: nargo info
name: nargo test
runs-on: ubuntu-latest

steps:
Expand All @@ -17,11 +17,7 @@ jobs:
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 --silence-warnings | tee profiling_info.txt

- name: Archive profiling artifacts
uses: actions/upload-artifact@v4
with:
name: profiling_info
path: |
profiling_info.txt
run: nargo info --workspace

- name: Run nargo prove
run: ./prove.sh
20 changes: 0 additions & 20 deletions .github/workflows/circuits_test.yaml

This file was deleted.

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 b3a59ce

Please sign in to comment.