Skip to content

Commit 2c87a29

Browse files
committed
Add test run on linux
1 parent 0269af1 commit 2c87a29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ jobs:
3737
- uses: actions/checkout@v3
3838
- name: Build
3939
run: cargo build --verbose
40+
- name: Run tests
41+
run: cargo test --verbose

0 commit comments

Comments
 (0)