Skip to content

Commit 07bbb19

Browse files
authored
Update rust.yml
1 parent 4aeff43 commit 07bbb19

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
key: ${{ runner.os }}-cargo-target-${{ hashFiles('**/Cargo.lock') }}
4444
restore-keys: |
4545
${{ runner.os }}-cargo-target-
46-
46+
- name: Test with Cargo
47+
run: cargo test
4748
# 5. Build your project with Cargo in release mode.
4849
- name: Build with Cargo
4950
run: cargo build --release

0 commit comments

Comments
 (0)