Skip to content

Commit 8172bde

Browse files
committed
Cleanup in github workflows
1 parent d910974 commit 8172bde

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/flags.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ jobs:
7575
- name: Build `ghcide` with flags
7676
run: cabal v2-build ghcide --flags="ghc-patched-unboxed-bytecode test-exe executable bench-exe ekg"
7777

78-
# wingman fails with flags on 9.0, so this can be removed when that's gone
79-
- if: matrix.ghc != '9.0'
80-
name: Build with pedantic (-WError)
78+
- name: Build with pedantic (-WError)
8179
run: cabal v2-build --flags="pedantic"
8280

8381
flags_post_job:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
name: Test hls-retrie-plugin test suite
237237
run: cabal test hls-retrie-plugin --test-options="$TEST_OPTS" || cabal test hls-retrie-plugin --test-options="$TEST_OPTS"
238238

239-
- if: matrix.test && matrix.ghc != '9.0'
239+
- if: matrix.test
240240
name: Test hls-overloaded-record-dot-plugin test suite
241241
run: cabal test hls-overloaded-record-dot-plugin --test-options="$TEST_OPTS" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-overloaded-record-dot-plugin --test-options="$TEST_OPTS"
242242

0 commit comments

Comments
 (0)