diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6fad7b28..b3a1f3ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,9 +10,7 @@ jobs: tests: strategy: matrix: - os: [ubuntu-latest] - # FIXME macos garbage currently collect also nix-shell that runs the test - #os: [ ubuntu-latest, macos-latest ] + os: [ ubuntu-latest, macos-latest ] variants: [stable, latest, bash4] runs-on: ${{ matrix.os }} steps: