From 149737fb48322b2d330c3e70f61e6d3557522ca4 Mon Sep 17 00:00:00 2001 From: continuist Date: Sun, 13 Apr 2025 00:27:48 -0400 Subject: [PATCH] use forgejo rust action --- .forgejo/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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