diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml new file mode 100644 index 0000000..692530c --- /dev/null +++ b/.forgejo/workflows/ci.yml @@ -0,0 +1,19 @@ +name: CI +on: + push: + pull_request: + +jobs: + test: + name: cargo test + #runs-on: ubuntu-latest + runs-on: docker + steps: + - uses: actions/checkout@v4 + + - uses: wackbyte/rust-toolchain@trunk + with: + toolchain: stable + + #- run: cargo test --all-features + - run: cargo run -- --help