Skip to content

Commit

Permalink
fix(ci): remove blake3 feature flag from build workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek <[email protected]>
  • Loading branch information
tareknaser committed Jul 7, 2024
1 parent c54aaa2 commit 1a73b30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run tests
run: |
cargo test --verbose
cargo test --verbose --features blake3
cargo test --verbose
- name: Build Release
run: cargo build --verbose --release
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Run tests
run: |
cargo test --workspace --verbose
cargo test --workspace --verbose --features blake3
cargo test --workspace --verbose
- name: Install JDK
uses: actions/[email protected]
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Run tests
run: |
cargo test --workspace --verbose
cargo test --workspace --verbose --features blake3
cargo test --workspace --verbose
- name: Install JDK
uses: actions/[email protected]
Expand Down

0 comments on commit 1a73b30

Please sign in to comment.