Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't test realtime tests on macos
Browse files Browse the repository at this point in the history
turion committed Apr 22, 2024
1 parent d13c002 commit 27a2cd5
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
@@ -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

0 comments on commit 27a2cd5

Please sign in to comment.