parent
37ddea7767
commit
b3f58576c6
1 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,11 @@ jobs:
|
|||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Test Rust image
|
||||
uses: https://git.kemitix.net/kemitix/rust@v0.2.0
|
||||
- name: Test
|
||||
uses: https://git.kemitix.net/kemitix/rust@v0.2.1
|
||||
with:
|
||||
args: test
|
||||
- name: Build
|
||||
uses: https://git.kemitix.net/kemitix/rust@v0.2.1
|
||||
with:
|
||||
args: build
|
||||
|
|
Loading…
Reference in a new issue