Skip to content

Commit 6e50414

Browse files
committed
Simplify build step in flakiness workflow to compile all tests
1 parent a9fa00d commit 6e50414

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/flakiness.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,9 @@ jobs:
6666
run: |
6767
cabal --version
6868
ghc --version
69-
- name: build tests
69+
- name: build
7070
run: |
71-
cabal build ghcide-tests
72-
cabal build func-test
71+
cabal build all
7372
7473
- name: Run flakiness loop
7574
id: run-loop

0 commit comments

Comments
 (0)