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