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

@ -24,7 +24,7 @@ jobs:
with:
args: ${{ toolchain }} cargo build
- name: Run
- name: Run ${{ toolchain }}
uses: https://git.kemitix.net/kemitix/rust@next
with:
args: cargo run
args: ${{ toolchain }} cargo run