Skip to content

Commit 97e2d0c

Browse files
committed
add cargo test to workflow
1 parent eae37ac commit 97e2d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
env:
2626
RUST_BACKTRACE: full
2727
- name: Run tests
28-
run: cargo run --example basic
28+
run: cargo test
2929
env:
3030
RUST_BACKTRACE: full

0 commit comments

Comments
 (0)