Update and rename cargo.yml to ci.yml

This commit is contained in:
Dongdong Zhou 2022-04-03 20:44:31 +01:00 committed by GitHub
parent 981414f942
commit 08f561cefb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -29,3 +29,8 @@ jobs:
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: build command: build
- uses: actions-rs/cargo@v1
with:
command: test
args: --workspace