This commit is contained in:
parent
3bc2064d70
commit
905a853fa3
1 changed files with 5 additions and 11 deletions
|
|
@ -6,19 +6,13 @@ on:
|
|||
jobs:
|
||||
test:
|
||||
name: cargo test
|
||||
#runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
container:
|
||||
image:
|
||||
steps:
|
||||
# - uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# - uses: https://github.com/wackbyte/rust-toolchain@trunk
|
||||
# with:
|
||||
# toolchain: stable
|
||||
- uses: https://github.com/wackbyte/rust-toolchain@trunk
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
#- run: cargo test --all-features
|
||||
# - run: cargo run -- --help
|
||||
- run: echo $PATH
|
||||
- run: ls -l /usr/local/bin
|
||||
- run: which node
|
||||
- run: cargo run -- --help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue