Skip to content

Commit

Permalink
Run less on every PR (#1431)
Browse files Browse the repository at this point in the history
* Run Docker builds only overnight
* Run s2n tests only for GHC 8.10
* Remove exclusion of GHC 8.10 on macOS, Windows
  • Loading branch information
Aaron Tomb authored Aug 25, 2021
1 parent 8459ac6 commit 43d8b53
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04]
os: [ubuntu-18.04, macos-latest, windows-latest]
ghc: ["8.8.4", "8.10.3"]
include:
- os: macos-latest
ghc: "8.8.4"
- os: windows-latest
ghc: "8.8.4"
outputs:
cabal-test-suites-json: ${{ steps.cabal-test-suites.outputs.targets-json }}
steps:
Expand Down Expand Up @@ -347,6 +342,7 @@ jobs:
build-push-image:
runs-on: ubuntu-latest
needs: [config]
if: github.event_name == 'schedule'
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -459,7 +455,7 @@ jobs:
- hmac-failure
- awslc
- blst
ghc: ["8.8.4", "8.10.3"]
ghc: ["8.10.3"]
steps:
- uses: actions/checkout@v2
- run: |
Expand Down

0 comments on commit 43d8b53

Please sign in to comment.