From f403eed7c087fc8a345cfd48941315d0e44a18dc Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Sun, 6 Oct 2024 20:08:39 -0700 Subject: [PATCH] only run tests once, since they are quite slow --- .forgejo/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 68ded33..3173827 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -65,5 +65,5 @@ jobs: with: save-if: ${{ github.ref == 'refs/heads/master' }} - run: cargo test - - run: cargo test --features=unstable-doc + - run: cargo build --tests --features=unstable-doc - run: cargo doc --features=unstable-doc