Skip to content

Commit

Permalink
Fix CI for heed3-encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Aug 21, 2024
1 parent 5e53c32 commit ccd61c5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,8 @@ jobs:
override: true
- name: Run cargo test
run: |
cd heed
cargo clean
cargo check --all-features
cargo check --all-features -p heed
check_all_features-heed3:
name: Check all the features of the heed3 project
Expand All @@ -130,10 +129,9 @@ jobs:
override: true
- name: Run cargo test
run: |
cd heed
cargo clean
cp heed3-encryption/Cargo.toml heed/
cargo check --all-features -p heed3
cargo check --all-features -p heed3-encryption
examples:
name: Run the heed examples
Expand Down

0 comments on commit ccd61c5

Please sign in to comment.