Skip to content

Commit 9bec623

Browse files
committed
add ci
1 parent c10930a commit 9bec623

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/cargo-test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Cargo Test
2+
on: push
3+
4+
jobs:
5+
cargo-test:
6+
runs-on: ubuntu-22.04
7+
steps:
8+
- uses: actions-rust-lang/setup-rust-toolchain@v1
9+
- uses: actions/checkout@v4
10+
- name: Run Unittests
11+
run: |
12+
cargo test

0 commit comments

Comments
 (0)