Compare commits
No commits in common. "116f143fc7a3fecbc87b9a0fdb9959aafdcce03c" and "4887486f19d59871951f12a041a85bc7f980fc77" have entirely different histories.
116f143fc7
...
4887486f19
1 changed files with 2 additions and 4 deletions
|
@ -19,10 +19,8 @@ jobs:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
run: cargo build
|
||||||
command: build
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
run: cargo test
|
||||||
command: test
|
|
Loading…
Reference in a new issue