basic
All checks were successful
CI / cargo test (push) Successful in 2m40s

This commit is contained in:
Ward Wouts 2025-05-21 10:44:08 +02:00
parent 3bc2064d70
commit 905a853fa3

View file

@ -6,19 +6,13 @@ on:
jobs: jobs:
test: test:
name: cargo test name: cargo test
#runs-on: ubuntu-latest
runs-on: docker runs-on: docker
container:
image:
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
- run: ls -l /usr/local/bin
- run: which node