Skip to content

Commit 31cd7d3

Browse files
ci: remove the need to pass clippy for the e2e tests
Sometimes it is nice to have a fixup commit and be able to run the tests without having to pass clippy or other repo rules passing before running the e2e tests. Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
1 parent b687033 commit 31cd7d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
run: RUST_BACKTRACE=1 cargo test --workspace --exclude ark-secp256k1
6767

6868
e2e-tests:
69-
needs: [ clippy ]
7069
strategy:
7170
fail-fast: false
7271
matrix:

0 commit comments

Comments
 (0)