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 
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
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 
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 
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