diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index e129be0..cca8f2f 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -9,11 +9,12 @@ jobs: #runs-on: ubuntu-latest runs-on: docker 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: cargo run -- --help + - run: echo $PATH