mirror of https://github.com/rm-dr/daisy
Added test to action
parent
856f9ae7c7
commit
3c6aeb1230
|
@ -14,4 +14,7 @@ jobs:
|
|||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
args: --release --all-features
|
||||
args: --release --all-features
|
||||
with:
|
||||
command: test
|
||||
args: --release
|
Loading…
Reference in New Issue