Skip to content

Commit 00b71ea

Browse files
Fix rebase issue
1 parent cc43df8 commit 00b71ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/primitives.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
paths:
99
- "crates/circuits/primitives/**"
1010
- "crates/circuits/poseidon2-air/**"
11-
- "crates/circuits/sha256-air/**"
11+
- "crates/circuits/sha-air/**"
1212
- "crates/circuits/mod-builder/**"
1313
- "Cargo.toml"
1414
- ".github/workflows/primitives.yml"
@@ -47,8 +47,8 @@ jobs:
4747
run: |
4848
cargo nextest run --cargo-profile fast --features parallel
4949
50-
- name: Run tests for sha256-air
51-
working-directory: crates/circuits/sha256-air
50+
- name: Run tests for sha-air
51+
working-directory: crates/circuits/sha-air
5252
run: |
5353
cargo nextest run --cargo-profile fast --features parallel
5454

0 commit comments

Comments
 (0)