Skip to content

Commit

Permalink
Updated scripts/test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Feb 19, 2020
1 parent a3736dc commit 14cd1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# Any arguments are passed to `cabal run` command.

cabal run ${@} test-Win32-network && \
cabal run ${@} test-protocols && \
cabal run ${@} test-sim && \
cabal run ${@} test-network-mux && \
cabal run ${@} ntp-client-test && \
cabal run ${@} test-typed-protocols-cbor && \
cabal run ${@} ouroboros-network-framework-tests && \
cabal run ${@} test-network
# consensus tests are disabled due to #1082
# cabal run ${@} test-consensus && \
Expand Down

0 comments on commit 14cd1ac

Please sign in to comment.