Compare commits
2 commits
7b827189c8
...
5fc345c0de
Author | SHA1 | Date | |
---|---|---|---|
5fc345c0de | |||
dbe6a60417 |
1 changed files with 4 additions and 4 deletions
|
@ -14,17 +14,17 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Test ${{ toolchain }}
|
- name: Test ${{ toolchain}}
|
||||||
uses: https://git.kemitix.net/kemitix/rust@next
|
uses: https://git.kemitix.net/kemitix/rust@next
|
||||||
with:
|
with:
|
||||||
args: ${{ toolchain }} cargo test
|
args: ${{toolchain}} cargo test
|
||||||
|
|
||||||
- name: Build ${{ toolchain }}
|
- name: Build ${{ toolchain }}
|
||||||
uses: https://git.kemitix.net/kemitix/rust@next
|
uses: https://git.kemitix.net/kemitix/rust@next
|
||||||
with:
|
with:
|
||||||
args: ${{ toolchain }} cargo build
|
args: ${{ toolchain }} cargo build
|
||||||
|
|
||||||
- name: Run
|
- name: Run ${{ toolchain }}
|
||||||
uses: https://git.kemitix.net/kemitix/rust@next
|
uses: https://git.kemitix.net/kemitix/rust@next
|
||||||
with:
|
with:
|
||||||
args: cargo run
|
args: ${{ toolchain }} cargo run
|
||||||
|
|
Loading…
Reference in a new issue