Skip to content

Commit

Permalink
DO NOT MERGE THIS: temporarily change CI nightly jobs to always
Browse files Browse the repository at this point in the history
So we actually test everything this time.

After the it tests succesfully I'll remove this commit again.
  • Loading branch information
leonschoorl committed Aug 25, 2023
1 parent 8744d91 commit a3a8fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ tests:
RUN_TESTS: "always"

- GHC_VERSION: [9.4.6, 9.2.8]
RUN_TESTS: "nightly"
RUN_TESTS: "always"

- GHC_VERSION: 9.0.2
WORKAROUND_GHC_MMAP_CRASH: "yes"
RUN_TESTS: "always"

- GHC_VERSION: [8.10.7, 8.8.4]
WORKAROUND_GHC_MMAP_CRASH: "yes"
RUN_TESTS: "nightly"
RUN_TESTS: "always"

- GHC_VERSION: 8.6.5
WORKAROUND_GHC_MMAP_CRASH: "yes"
Expand Down

0 comments on commit a3a8fd8

Please sign in to comment.