We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091ebc7 commit 14a5085Copy full SHA for 14a5085
.github/workflows/cli.yml
@@ -33,6 +33,9 @@ jobs:
33
- name: lint
34
run: cargo clippy # instruct some packages if needed
35
36
+ - name: test
37
+ run: cargo test --tests --bins --examples # instruct some packages if needed
38
+
39
build-and-release:
40
name: Build and Release
41
runs-on: ${{ matrix.os }}
.github/workflows/lint.yml
@@ -29,3 +29,5 @@ jobs:
29
30
31
32
0 commit comments