diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml index e70db63..5e53888 100644 --- a/.forgejo/workflows/main.yml +++ b/.forgejo/workflows/main.yml @@ -10,7 +10,5 @@ jobs: runs-on: ubuntu-latest # Or other appropriate runner steps: - uses: actions/checkout@v4 # Checkout the repository - - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - - run: cargo build --release --all-features \ No newline at end of file + - uses: dtolnay/rust-toolchain@stable + - run: cargo test --all-features \ No newline at end of file