We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc43df8 commit 00b71eaCopy full SHA for 00b71ea
.github/workflows/primitives.yml
@@ -8,7 +8,7 @@ on:
8
paths:
9
- "crates/circuits/primitives/**"
10
- "crates/circuits/poseidon2-air/**"
11
- - "crates/circuits/sha256-air/**"
+ - "crates/circuits/sha-air/**"
12
- "crates/circuits/mod-builder/**"
13
- "Cargo.toml"
14
- ".github/workflows/primitives.yml"
@@ -47,8 +47,8 @@ jobs:
47
run: |
48
cargo nextest run --cargo-profile fast --features parallel
49
50
- - name: Run tests for sha256-air
51
- working-directory: crates/circuits/sha256-air
+ - name: Run tests for sha-air
+ working-directory: crates/circuits/sha-air
52
53
54
0 commit comments