We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 365629c + 70c0739 commit 1938abeCopy full SHA for 1938abe
1 file changed
.github/workflows/rust.yml
@@ -43,8 +43,6 @@ jobs:
43
key: ${{ runner.os }}-cargo-target-${{ hashFiles('**/Cargo.lock') }}
44
restore-keys: |
45
${{ runner.os }}-cargo-target-
46
- - name: Test with Cargo
47
- run: cargo test
48
# 5. Build your project with Cargo in release mode.
49
- name: Build with Cargo
50
run: cargo build --release
0 commit comments