Skip to content

Commit 45d2b78

Browse files
committed
add ci
1 parent 0513f9d commit 45d2b78

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: ci
2+
on: [push, pull_request]
3+
4+
jobs:
5+
test:
6+
name: cargo test
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: dtolnay/rust-toolchain@stable
11+
- run: cargo test --workspace --all-features

0 commit comments

Comments
 (0)