We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3736dc commit 14cd1acCopy full SHA for 14cd1ac
scripts/test.sh
@@ -4,11 +4,11 @@
4
# Any arguments are passed to `cabal run` command.
5
6
cabal run ${@} test-Win32-network && \
7
-cabal run ${@} test-protocols && \
8
cabal run ${@} test-sim && \
9
cabal run ${@} test-network-mux && \
10
cabal run ${@} ntp-client-test && \
11
cabal run ${@} test-typed-protocols-cbor && \
+cabal run ${@} ouroboros-network-framework-tests && \
12
cabal run ${@} test-network
13
# consensus tests are disabled due to #1082
14
# cabal run ${@} test-consensus && \
0 commit comments