Skip to content

Commit 0f26e90

Browse files
committed
ci: add test
1 parent 0b2aa04 commit 0f26e90

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

+11
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,14 @@ jobs:
4545
run: |
4646
cargo install cargo-audit --locked
4747
cargo audit
48+
49+
test:
50+
name: Test
51+
runs-on: ubuntu-latest
52+
steps:
53+
- uses: actions/checkout@v4
54+
- uses: dtolnay/[email protected]
55+
- uses: Swatinem/rust-cache@v2
56+
57+
- name: run test
58+
run: cargo test

0 commit comments

Comments
 (0)