We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc22975 commit 6b97e75Copy full SHA for 6b97e75
.github/workflows/test.yaml
@@ -48,13 +48,15 @@ jobs:
48
cabal test --test-show-details=direct filepath-tests
49
cabal test --test-show-details=direct --test-options='--quickcheck-tests 50_000' filepath-equivalent-tests
50
cabal test --test-show-details=direct abstract-filepath
51
- cabal bench
52
cabal haddock
53
cabal check
54
cabal sdist
55
shell: bash
56
57
- - if: matrix.os == 'ubuntu-latest'
+ - if: runner.os == 'Linux'
+ run: cabal bench
58
+
59
60
name: make all
61
run: |
62
set -eux
0 commit comments