mirror of
https://github.com/chmln/handlr.git
synced 2024-11-14 13:39:29 +01:00
Add testing to CI | #35
This commit is contained in:
parent
74bc905fab
commit
e8d014c113
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -22,6 +22,9 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: Test
|
||||
run: cargo test
|
||||
|
||||
- name: Build
|
||||
run: cargo build --release --locked
|
||||
|
||||
|
|
Loading…
Reference in a new issue