Skip to content

Commit

Permalink
Ignore tests for 8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-volkov committed Dec 9, 2023
1 parent e61d868 commit d178740
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
ghc-options: ""
ignore-haddock: true
ignore-cabal-check: true
ignore-tests: true
- ghc: latest

runs-on: ubuntu-latest
Expand All @@ -27,3 +28,4 @@ jobs:
ghc-options: ${{matrix.ghc-options}}
ignore-haddock: ${{matrix.ignore-haddock}}
ignore-cabal-check: ${{matrix.ignore-cabal-check}}
ignore-tests: ${{matrix.ignore-tests}}

0 comments on commit d178740

Please sign in to comment.