From 4fd428a104a58e93bc1de1aa556d359d993a592b Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Mon, 24 May 2021 10:18:36 +0200 Subject: [PATCH] earthly no-cache --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02ec518c95..1480b0af31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,4 @@ jobs: run: earthly --version - name: install dependencies, build, run zig tests, rustfmt, clippy, cargo test --release - run: earthly +test-all + run: earthly --no-cache +test-all