Compare commits

..

1 commit

Author SHA1 Message Date
7b827189c8 feat: allow selecting the nightly toolchain 2024-09-16 17:14:02 +01:00

View file

@ -14,17 +14,17 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Test ${{ toolchain}}
- name: Test ${{ toolchain }}
uses: https://git.kemitix.net/kemitix/rust@next
with:
args: ${{toolchain}} cargo test
args: ${{ toolchain }} cargo test
- name: Build ${{ toolchain }}
uses: https://git.kemitix.net/kemitix/rust@next
with:
args: ${{ toolchain }} cargo build
- name: Run ${{ toolchain }}
- name: Run
uses: https://git.kemitix.net/kemitix/rust@next
with:
args: ${{ toolchain }} cargo run
args: cargo run