Skip to content

Commit

Permalink
Gotta go fast on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Oct 25, 2018
1 parent a54832d commit 5e6effa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ install:
- 7z x stack.zip stack.exe > nul
- stack setup > nul
- stack build alex happy
- stack --no-terminal test --only-dependencies -j 1
- stack install
- stack --no-terminal test --only-dependencies -j 1 --fast
- stack install --fast

test_script:
- stack --no-terminal test
- futhark-test --no-terminal tests examples
- stack --no-terminal test --fast
- futhark-test --no-terminal -t tests examples

0 comments on commit 5e6effa

Please sign in to comment.