From 17139b7a7dfbe774e8563cf993b8e311983b16a6 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sun, 27 Jun 2021 17:53:08 +0100 Subject: [PATCH] Add explicit test for new function --- .github/workflows/selftest.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index a2e842a..d171f48 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -22,8 +22,11 @@ jobs: override: true - uses: ./ + with: + cache-on-failure: true - run: | - cargo install cargo-deny --locked - cargo check - cargo test + # cargo install cargo-deny --locked + # cargo check + # cargo test + wibble