Skip to content

Commit 14cd1ac

Browse files
committed
Updated scripts/test.sh
1 parent a3736dc commit 14cd1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
# Any arguments are passed to `cabal run` command.
55

66
cabal run ${@} test-Win32-network && \
7-
cabal run ${@} test-protocols && \
87
cabal run ${@} test-sim && \
98
cabal run ${@} test-network-mux && \
109
cabal run ${@} ntp-client-test && \
1110
cabal run ${@} test-typed-protocols-cbor && \
11+
cabal run ${@} ouroboros-network-framework-tests && \
1212
cabal run ${@} test-network
1313
# consensus tests are disabled due to #1082
1414
# cabal run ${@} test-consensus && \

0 commit comments

Comments
 (0)