Skip to content

Commit 14a5085

Browse files
committed
add test checks
1 parent 091ebc7 commit 14a5085

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/cli.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: lint
3434
run: cargo clippy # instruct some packages if needed
3535

36+
- name: test
37+
run: cargo test --tests --bins --examples # instruct some packages if needed
38+
3639
build-and-release:
3740
name: Build and Release
3841
runs-on: ${{ matrix.os }}

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ jobs:
2929

3030
- name: lint
3131
run: cargo clippy # instruct some packages if needed
32+
- name: test
33+
run: cargo test --tests --bins --examples # instruct some packages if needed

0 commit comments

Comments
 (0)