We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0269af1 commit 2c87a29Copy full SHA for 2c87a29
.github/workflows/rust.yml
@@ -37,3 +37,5 @@ jobs:
37
- uses: actions/checkout@v3
38
- name: Build
39
run: cargo build --verbose
40
+ - name: Run tests
41
+ run: cargo test --verbose
0 commit comments