This commit is contained in:
parent
a5931336f2
commit
e4f0032f1a
1 changed files with 4 additions and 2 deletions
|
@ -3,11 +3,13 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v0.2.2
|
uses: https://git.kemitix.net/kemitix/rust@v0.2.3
|
||||||
with:
|
with:
|
||||||
args: test
|
args: test
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v0.2.2
|
uses: https://git.kemitix.net/kemitix/rust@v0.2.3
|
||||||
with:
|
with:
|
||||||
args: build
|
args: build
|
||||||
|
|
Loading…
Reference in a new issue