Skip to content

Commit 6c58fc3

Browse files
authored
Add CI via GitHub actions (#1)
1 parent a7f7ac1 commit 6c58fc3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)