This commit is contained in:
parent
3bc2064d70
commit
905a853fa3
1 changed files with 5 additions and 11 deletions
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue