Skip to content

Commit

Permalink
Make sure to test os-string on fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Nov 29, 2023
1 parent 0ed9175 commit 727853d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
cabal update
autoreconf --version
autoreconf -i
cabal test all --test-show-details=direct
# test filepath >= 1.5
cabal test --constraint='filepath >= 1.5.0.0' all --test-show-details=direct
i386:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 727853d

Please sign in to comment.