minimal
All checks were successful
CI / cargo test (push) Successful in 1s

This commit is contained in:
Ward Wouts 2025-05-21 10:23:03 +02:00
parent 07a1484b0f
commit e7f0f6e832

View file

@ -9,11 +9,12 @@ jobs:
#runs-on: ubuntu-latest #runs-on: ubuntu-latest
runs-on: docker runs-on: docker
steps: steps:
- uses: actions/checkout@v4 # - uses: actions/checkout@v4
- uses: https://github.com/wackbyte/rust-toolchain@trunk # - uses: https://github.com/wackbyte/rust-toolchain@trunk
with: # with:
toolchain: stable # toolchain: stable
#- run: cargo test --all-features #- run: cargo test --all-features
- run: cargo run -- --help # - run: cargo run -- --help
- run: echo $PATH