We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f7ac1 commit 6c58fc3Copy full SHA for 6c58fc3
.github/workflows/test.yml
@@ -0,0 +1,10 @@
1
+on: push
2
+jobs:
3
+ test:
4
+ runs-on: ubuntu-latest
5
+ steps:
6
+ - uses: actions/checkout@v2
7
+ - uses: actions-rs/toolchain@v1
8
+ with:
9
+ toolchain: stable
10
+ - run: cargo test
0 commit comments