From 905a853fa39b2b484f500421b6c05b24fef87dcf Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Wed, 21 May 2025 10:44:08 +0200 Subject: [PATCH] basic --- .forgejo/workflows/ci.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index f820028..9f9a3be 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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