We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a576016 commit 8641232Copy full SHA for 8641232
.github/workflows/test.yml
@@ -110,14 +110,6 @@ jobs:
110
run: |
111
echo "TEST_OPTS=-j1 --rerun-update --rerun-filter failures,exceptions" >> $GITHUB_ENV
112
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
-
121
- if: matrix.test
122
name: Test hls-graph
123
run: cabal test hls-graph --test-options="$TEST_OPTS"
0 commit comments