This commit is contained in:
parent
07a1484b0f
commit
e7f0f6e832
1 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue