We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33dbf4f commit 61d448aCopy full SHA for 61d448a
.github/workflows/ci.yaml
@@ -29,3 +29,5 @@ jobs:
29
toolchain: ${{ matrix.toolchain }}
30
- name: Build validation
31
run: cargo build
32
+ - name: Run unit tests
33
+ run: cargo test
0 commit comments