Skip to content

Commit

Permalink
Remove windows TODOs if not running on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaimaruseac committed Jul 7, 2022
1 parent d20c00d commit 868718f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/Stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,8 @@ jobs:
- name: Build
run: stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks
- name: Run tests
# TODO(mihaimaruseac): fix tests on windows, currently fail with `NoFenceEnd`
if: matrix.os != 'windows-latest'
run: stack test
- name: Run benchmarks
# TODO(mihaimaruseac): fix benchmakrs on windows, currently fail with `NoFenceEnd`
if: matrix.os != 'windows-latest'
run: stack bench
# We don't generate stack documentation as documentation for deps does not get cached
# name: Generate documentation
Expand Down

0 comments on commit 868718f

Please sign in to comment.