improve ci

This commit is contained in:
JT 2021-09-04 20:05:36 +12:00
parent bf9b6d8088
commit 2834d71a12

View file

@ -20,6 +20,10 @@ jobs:
override: true override: true
components: rustfmt, clippy components: rustfmt, clippy
- uses: actions-rs/cargo@v1
with:
command: build
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: test command: test