We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aeff43 commit 07bbb19Copy full SHA for 07bbb19
1 file changed
.github/workflows/rust.yml
@@ -43,7 +43,8 @@ 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