We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0513f9d commit 45d2b78Copy full SHA for 45d2b78
1 file changed
.github/workflows/ci.yml
@@ -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