Skip to content

Commit

Permalink
Only run bench on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Jan 5, 2025
1 parent dc22975 commit 6b97e75
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,15 @@ jobs:
cabal test --test-show-details=direct filepath-tests
cabal test --test-show-details=direct --test-options='--quickcheck-tests 50_000' filepath-equivalent-tests
cabal test --test-show-details=direct abstract-filepath
cabal bench
cabal haddock
cabal check
cabal sdist
shell: bash

- if: matrix.os == 'ubuntu-latest'
- if: runner.os == 'Linux'
run: cabal bench

- if: runner.os == 'Linux'
name: make all
run: |
set -eux
Expand Down

0 comments on commit 6b97e75

Please sign in to comment.