use forgejo rust action
Some checks failed
Pipeline main branch / test (push) Failing after 7s

This commit is contained in:
continuist 2025-04-13 00:27:48 -04:00
parent 3bb9abfcd6
commit 149737fb48

View file

@ -10,7 +10,5 @@ jobs:
runs-on: ubuntu-latest # Or other appropriate runner runs-on: ubuntu-latest # Or other appropriate runner
steps: steps:
- uses: actions/checkout@v4 # Checkout the repository - uses: actions/checkout@v4 # Checkout the repository
- uses: actions-rs/toolchain@v1 - uses: dtolnay/rust-toolchain@stable
with: - run: cargo test --all-features
toolchain: stable
- run: cargo build --release --all-features