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 975e730 commit 5e53c32Copy full SHA for 5e53c32
.github/workflows/rust.yml
@@ -28,8 +28,8 @@ jobs:
28
cargo clean
29
cargo test
30
31
- test-heed3:
32
- name: Test the heed3 project
+ check-heed3:
+ name: Check the heed3 project
33
runs-on: ${{ matrix.os }}
34
strategy:
35
matrix:
@@ -48,11 +48,11 @@ jobs:
48
profile: minimal
49
toolchain: stable
50
override: true
51
- - name: Run cargo test
+ - name: Run cargo check
52
run: |
53
54
cp heed3/Cargo.toml heed/
55
- cargo test -p heed3
+ cargo check -p heed3
56
57
check-heed3-encryption:
58
name: Check the heed3-encryption project
0 commit comments