Compare commits

..

2 commits

Author SHA1 Message Date
5fc345c0de test: verify matrix with stable and nightly
All checks were successful
/ test (nightly) (push) Successful in 4s
/ test (stable) (push) Successful in 4s
2024-09-16 17:19:34 +01:00
dbe6a60417 feat: allow selecting the nightly toolchain
All checks were successful
/ test (push) Successful in 5s
2024-09-16 17:09:17 +01:00

View file

@ -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