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 5e53c32 commit ccd61c5Copy full SHA for ccd61c5
.github/workflows/rust.yml
@@ -103,9 +103,8 @@ jobs:
103
override: true
104
- name: Run cargo test
105
run: |
106
- cd heed
107
cargo clean
108
- cargo check --all-features
+ cargo check --all-features -p heed
109
110
check_all_features-heed3:
111
name: Check all the features of the heed3 project
@@ -130,10 +129,9 @@ jobs:
130
129
131
132
133
134
135
cp heed3-encryption/Cargo.toml heed/
136
- cargo check --all-features -p heed3
+ cargo check --all-features -p heed3-encryption
137
138
examples:
139
name: Run the heed examples
0 commit comments