Skip to content

Commit

Permalink
Use ci flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Mackie committed Dec 2, 2020
1 parent 4d3cb7d commit 09f59dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ print_versions() { (

build_and_test() {
cabal new-update
cabal new-build
cabal new-test --test-show-details=streaming
cabal new-build -f ci
cabal new-test -f ci --test-show-details=streaming
}

lint() {
Expand Down

0 comments on commit 09f59dc

Please sign in to comment.