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