test runs the project
This commit is contained in:
parent
e4f0032f1a
commit
b8636bc4fc
1 changed files with 8 additions and 2 deletions
|
@ -6,10 +6,16 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v0.2.3
|
uses: https://git.kemitix.net/kemitix/rust@v0.2.4
|
||||||
with:
|
with:
|
||||||
args: test
|
args: test
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v0.2.3
|
uses: https://git.kemitix.net/kemitix/rust@v0.2.4
|
||||||
with:
|
with:
|
||||||
args: build
|
args: build
|
||||||
|
|
||||||
|
- name: Run
|
||||||
|
uses: https://git.kemitix.net/kemitix/rust@v0.2.4
|
||||||
|
with:
|
||||||
|
args: run
|
||||||
|
|
Loading…
Reference in a new issue