Change #12
1 changed files with 4 additions and 2 deletions
|
@ -19,8 +19,10 @@ jobs:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
run: cargo build
|
with:
|
||||||
|
command: build
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
run: cargo test
|
with:
|
||||||
|
command: test
|
Loading…
Reference in a new issue