Skip to content

Commit 14d529d

Browse files
authored
Merge branch 'main' into jl/new_compile
2 parents 11daffc + d68a53a commit 14d529d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,6 @@ jobs:
5050
- name: Run Noir tests
5151
run: nargo test
5252

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-
6553
format:
6654
runs-on: ubuntu-latest
6755
steps:
@@ -85,7 +73,6 @@ jobs:
8573
if: ${{ always() }}
8674
needs:
8775
- test
88-
- rust-equivalence-tests
8976
- format
9077

9178
steps:

0 commit comments

Comments
 (0)