Skip to content

Commit

Permalink
fix test suite on macos (closes #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Nov 16, 2021
1 parent b2faba3 commit 31acdef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:

build:
name: Test the package
runs-on: ubuntu-latest
runs-on:
- ubuntu-latest
- macos-latest

strategy:
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ test-suite hedgehog
default-language: Haskell2010
hs-source-dirs: test
type: exitcode-stdio-1.0
main-is: hedgehog.hs
main-is: Main.hs
ghc-options: -threaded
build-depends:
aws-cloudfront-signed-cookies
Expand Down
1 change: 1 addition & 0 deletions aws-cloudfront-signed-cookies/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@

- Support Aeson 2.0
- Remove unordered-containers dependency
- [Fix test suite on macos](https://github.com/typeclasses/aws-cloudfront-signed-cookies/issues/2)
File renamed without changes.

0 comments on commit 31acdef

Please sign in to comment.