diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f667a0d9..76478119 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,6 @@ jobs: with: tasks: build test_units test_rust_integration test_typescript_integration lint release run docker_repo: stephanmisc/toast - read_remote_cache: ${{ github.event_name == 'push' }} write_remote_cache: ${{ github.event_name == 'push' }} - run: | # Make Bash not silently ignore errors.