Skip to content

Commit 6b97e75

Browse files
committed
Only run bench on linux
1 parent dc22975 commit 6b97e75

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,15 @@ jobs:
4848
cabal test --test-show-details=direct filepath-tests
4949
cabal test --test-show-details=direct --test-options='--quickcheck-tests 50_000' filepath-equivalent-tests
5050
cabal test --test-show-details=direct abstract-filepath
51-
cabal bench
5251
cabal haddock
5352
cabal check
5453
cabal sdist
5554
shell: bash
5655

57-
- if: matrix.os == 'ubuntu-latest'
56+
- if: runner.os == 'Linux'
57+
run: cabal bench
58+
59+
- if: runner.os == 'Linux'
5860
name: make all
5961
run: |
6062
set -eux

0 commit comments

Comments
 (0)