Skip to content

Commit

Permalink
Don't test realtime tests on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed Apr 22, 2024
1 parent d13c002 commit ab82c94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,11 @@ jobs:
- name: Build all packages
run: nix build
- name: Run tests
if: matrix.os != 'macos-latest'
run: nix develop -c cabal test all
- name: Run tests (except realtime)
if: matrix.os == 'macos-latest'
run: nix develop -c cabal test all --test-options='-p "! /Millisecond/"'
# nix flake check breaks on IFD in multi-platform flake https://github.com/NixOS/nix/issues/4265
# - run: nix flake check

Expand Down

0 comments on commit ab82c94

Please sign in to comment.