mirror of https://github.com/lapce/lapce.git
Update and rename cargo.yml to ci.yml
This commit is contained in:
parent
981414f942
commit
08f561cefb
|
@ -28,4 +28,9 @@ jobs:
|
|||
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
command: build
|
||||
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --workspace
|
Loading…
Reference in New Issue