From 5d976147a1decb910d9f2c3b519de3de2dedcdec Mon Sep 17 00:00:00 2001 From: Benjamin Date: Thu, 6 Jan 2022 18:13:29 +0100 Subject: [PATCH] tests: security audit not to be blocking (#549) --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 20810abe..8d035fa4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,6 +13,7 @@ concurrency: jobs: security_audit: runs-on: ubuntu-latest + continue-on-error: true steps: - uses: actions/checkout@v1 - uses: actions-rs/audit-check@v1