Disable earthly cache

This commit is contained in:
Richard Feldman 2021-05-24 22:08:52 -04:00
parent aa96d2373b
commit edf3526a34

View File

@ -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