Skip to content

Commit 8641232

Browse files
committed
Instead just turn off the test log caching
1 parent a576016 commit 8641232

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,6 @@ jobs:
110110
run: |
111111
echo "TEST_OPTS=-j1 --rerun-update --rerun-filter failures,exceptions" >> $GITHUB_ENV
112112
113-
- name: Cache test log between attempts of the same run
114-
uses: actions/cache@v3
115-
env:
116-
cache-name: cache-test-log
117-
with:
118-
path: "**/.tasty-rerun-log*"
119-
key: v1-${{ runner.os }}-${{ matrix.ghc }}-test-log-${{ github.sha }}
120-
121113
- if: matrix.test
122114
name: Test hls-graph
123115
run: cabal test hls-graph --test-options="$TEST_OPTS"

0 commit comments

Comments
 (0)