Skip to content

Commit a3bbcec

Browse files
committed
Enable most of the test
* Excluding Win32-network library, PR #1627 fixes that.
1 parent e096613 commit a3bbcec

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/windows.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: cabal v2-build --builddir "C://dist" Win32-network
5252

5353
# - name: Test Win32-network
54-
# run: cabal v2-run --builddir "C:\\dist" test-Win32-network
54+
# run: cabal v2-run --builddir "C://dist" test-Win32-network
5555

5656
# ntp-client
5757
- name: Build ntp-client dependencies
@@ -60,8 +60,8 @@ jobs:
6060
- name: Build ntp-client
6161
run: cabal v2-build --builddir "C://dist" ntp-client
6262

63-
# - name: Test ntp-client
64-
# run: cabal v2-run test-ntp-client
63+
- name: Test ntp-client
64+
run: cabal v2-run test-ntp-client
6565

6666

6767
# io-sim-classes
@@ -71,9 +71,6 @@ jobs:
7171
- name: Build io-sim-classes
7272
run: cabal v2-build --builddir "C://dist" io-sim-classes
7373

74-
# - name: Test io-sim
75-
# run: cabal v2-run test-sim
76-
7774

7875
# io-sim
7976
- name: Build io-sim dependencies
@@ -82,6 +79,9 @@ jobs:
8279
- name: Build io-sim
8380
run: cabal v2-build --builddir "C://dist" io-sim
8481

82+
- name: Test io-sim
83+
run: cabal v2-run --builddir "C://dist" test-sim
84+
8585

8686
# typed-protocols
8787
- name: Build typed-protcols dependencies
@@ -98,8 +98,8 @@ jobs:
9898
- name: Build typed-protocols-examples
9999
run: cabal v2-build --builddir "C://dist" typed-protocols-examples
100100

101-
# - name: Test typed-protocols-examples
102-
# run: cabal v2-run --builddir "C://dist" typed-protocols-tests
101+
- name: Test typed-protocols-examples
102+
run: cabal v2-run --builddir "C://dist" typed-protocols-tests
103103

104104

105105
# network-mux
@@ -109,8 +109,8 @@ jobs:
109109
- name: Build typed-protocols
110110
run: cabal v2-build --builddir "C://dist" network-mux
111111

112-
# - name: Test network-mux
113-
# run: cabal v2-run --builddir "C://dist" test-network-mux
112+
- name: Test network-mux
113+
run: cabal v2-run --builddir "C://dist" test-network-mux
114114

115115

116116
# ouroboros-network-framework
@@ -120,8 +120,8 @@ jobs:
120120
- name: Build ouroboros-network-framework
121121
run: cabal v2-build --builddir "C://dist" ouroboros-network-framework
122122

123-
# - name: Test ourobors-network-framework
124-
# run: cabal v2-run --builddir "C://dist" test-framework
123+
- name: Test ourobors-network-framework
124+
run: cabal v2-run --builddir "C://dist" test-framework
125125

126126

127127
# ouroboros-network
@@ -131,8 +131,8 @@ jobs:
131131
- name: Build ouroboros-network
132132
run: cabal v2-build --builddir "C://dist" ouroboros-network
133133

134-
# - name: Test ouroboros-network
135-
# run: cabal v2-run --builddir "C://dist" test-network
134+
- name: Test ouroboros-network
135+
run: cabal v2-run --builddir "C://dist" test-network
136136

137137
# TODO: we need to install the cddl tool
138138
# - name: Test CDDL spec

0 commit comments

Comments
 (0)