This commit is contained in:
parent
18ba93c44e
commit
b8b8d82104
2 changed files with 5 additions and 5 deletions
|
@ -6,16 +6,16 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v0.2.6
|
uses: https://git.kemitix.net/kemitix/rust@v0.2.7
|
||||||
with:
|
with:
|
||||||
args: test
|
args: test
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v0.2.6
|
uses: https://git.kemitix.net/kemitix/rust@v0.2.7
|
||||||
with:
|
with:
|
||||||
args: build
|
args: build
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v0.2.6
|
uses: https://git.kemitix.net/kemitix/rust@v0.2.7
|
||||||
with:
|
with:
|
||||||
args: run
|
args: run
|
||||||
|
|
|
@ -12,10 +12,10 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.kemitix.net/kemitix/rust@v0.2.6
|
- uses: https://git.kemitix.net/kemitix/rust@v0.2.7
|
||||||
with:
|
with:
|
||||||
args: test
|
args: test
|
||||||
- uses: https://git.kemitix.net/kemitix/rust@v0.2.6
|
- uses: https://git.kemitix.net/kemitix/rust@v0.2.7
|
||||||
with:
|
with:
|
||||||
args: build
|
args: build
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue