We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fff04e5 + 14d529d commit 3bbda03Copy full SHA for 3bbda03
.github/workflows/test.yml
@@ -50,18 +50,6 @@ jobs:
50
- name: Run Noir tests
51
run: nargo test
52
53
- rust-equivalence-tests:
54
- name: Test for equivalence against Rust impl
55
- runs-on: ubuntu-latest
56
- steps:
57
- - name: Checkout sources
58
- uses: actions/checkout@v4
59
-
60
- - name: Install Nargo
61
- uses: noir-lang/[email protected]
62
- with:
63
- toolchain: ${{ env.MINIMUM_NOIR_VERSION }}
64
65
format:
66
runs-on: ubuntu-latest
67
steps:
@@ -85,7 +73,6 @@ jobs:
85
73
if: ${{ always() }}
86
74
needs:
87
75
- test
88
- - rust-equivalence-tests
89
76
- format
90
77
91
78
0 commit comments