From c1e7e4676024477405cf6c4c4dd9fceef29a87a1 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Mon, 11 Apr 2022 01:39:43 +0100 Subject: Exclude testsuite from cron, fixes #427 --- .github/workflows/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 24b547d..5f38aae 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -16,7 +16,7 @@ jobs: toolchain: stable override: true - name: Run tests - run: cargo test --all --exclude cortex-m-rt + run: cargo test --all --exclude cortex-m-rt --exclude testsuite - uses: imjohnbo/issue-bot@v2 if: failure() with: -- cgit v1.2.3