Signed-off-by: kemitix <pcampbell@kemitix.net>
This commit is contained in:
parent
86b4cfec69
commit
e753a6169d
1 changed files with 3 additions and 3 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.7
|
uses: https://git.kemitix.net/kemitix/rust@v0.3.0
|
||||||
with:
|
with:
|
||||||
args: test
|
args: test
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v0.2.7
|
uses: https://git.kemitix.net/kemitix/rust@v0.3.0
|
||||||
with:
|
with:
|
||||||
args: build
|
args: build
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v0.2.7
|
uses: https://git.kemitix.net/kemitix/rust@v0.3.0
|
||||||
with:
|
with:
|
||||||
args: run
|
args: run
|
||||||
|
|
Loading…
Reference in a new issue