Skip to content

Commit ccd61c5

Browse files
committed
Fix CI for heed3-encryption
1 parent 5e53c32 commit ccd61c5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@ jobs:
103103
override: true
104104
- name: Run cargo test
105105
run: |
106-
cd heed
107106
cargo clean
108-
cargo check --all-features
107+
cargo check --all-features -p heed
109108
110109
check_all_features-heed3:
111110
name: Check all the features of the heed3 project
@@ -130,10 +129,9 @@ jobs:
130129
override: true
131130
- name: Run cargo test
132131
run: |
133-
cd heed
134132
cargo clean
135133
cp heed3-encryption/Cargo.toml heed/
136-
cargo check --all-features -p heed3
134+
cargo check --all-features -p heed3-encryption
137135
138136
examples:
139137
name: Run the heed examples

0 commit comments

Comments
 (0)