Skip to content

Commit

Permalink
Test against GHC nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonchinn178 committed Jul 2, 2023
1 parent 8f20d48 commit 529c746
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ghc-compat-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: haskell-actions/setup@v2
with:
ghc-version: ${{ inputs.ghc_version }}
ghcup-release-channel: https://ghc.gitlab.haskell.org/ghcup-metadata/ghcup-nightlies-0.0.7.yaml
-
name: Configure the build
run:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/ghc-nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Test against GHC nightly release
on:
pull_request:
push:
branches:
- main

jobs:
test_ghc_head:
uses: ./.github/workflows/ghc-compat-test.yml
with:
ghc_version: latest-nightly

0 comments on commit 529c746

Please sign in to comment.