Back out "test: verify matrix with stable and nightly"
This backs out commit 5fc345c0de
.
This commit is contained in:
parent
5fc345c0de
commit
efe7ec08a9
1 changed files with 6 additions and 12 deletions
|
@ -5,26 +5,20 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
toolchain:
|
|
||||||
- stable
|
|
||||||
- nightly
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Test ${{ toolchain}}
|
- name: Test
|
||||||
uses: https://git.kemitix.net/kemitix/rust@next
|
uses: https://git.kemitix.net/kemitix/rust@next
|
||||||
with:
|
with:
|
||||||
args: ${{toolchain}} cargo test
|
args: cargo test
|
||||||
|
|
||||||
- name: Build ${{ toolchain }}
|
- name: Build
|
||||||
uses: https://git.kemitix.net/kemitix/rust@next
|
uses: https://git.kemitix.net/kemitix/rust@next
|
||||||
with:
|
with:
|
||||||
args: ${{ toolchain }} cargo build
|
args: cargo build
|
||||||
|
|
||||||
- name: Run ${{ toolchain }}
|
- name: Run
|
||||||
uses: https://git.kemitix.net/kemitix/rust@next
|
uses: https://git.kemitix.net/kemitix/rust@next
|
||||||
with:
|
with:
|
||||||
args: ${{ toolchain }} cargo run
|
args: cargo run
|
||||||
|
|
Loading…
Reference in a new issue