Skip to content

Commit

Permalink
Enable most of the test
Browse files Browse the repository at this point in the history
* Excluding Win32-network library, PR #1627 fixes that.
  • Loading branch information
coot committed Mar 17, 2020
1 parent e096613 commit a3bbcec
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: cabal v2-build --builddir "C://dist" Win32-network

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

# ntp-client
- name: Build ntp-client dependencies
Expand All @@ -60,8 +60,8 @@ jobs:
- name: Build ntp-client
run: cabal v2-build --builddir "C://dist" ntp-client

# - name: Test ntp-client
# run: cabal v2-run test-ntp-client
- name: Test ntp-client
run: cabal v2-run test-ntp-client


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

# - name: Test io-sim
# run: cabal v2-run test-sim


# io-sim
- name: Build io-sim dependencies
Expand All @@ -82,6 +79,9 @@ jobs:
- name: Build io-sim
run: cabal v2-build --builddir "C://dist" io-sim

- name: Test io-sim
run: cabal v2-run --builddir "C://dist" test-sim


# typed-protocols
- name: Build typed-protcols dependencies
Expand All @@ -98,8 +98,8 @@ jobs:
- name: Build typed-protocols-examples
run: cabal v2-build --builddir "C://dist" typed-protocols-examples

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


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

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


# ouroboros-network-framework
Expand All @@ -120,8 +120,8 @@ jobs:
- name: Build ouroboros-network-framework
run: cabal v2-build --builddir "C://dist" ouroboros-network-framework

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


# ouroboros-network
Expand All @@ -131,8 +131,8 @@ jobs:
- name: Build ouroboros-network
run: cabal v2-build --builddir "C://dist" ouroboros-network

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

# TODO: we need to install the cddl tool
# - name: Test CDDL spec
Expand Down

0 comments on commit a3bbcec

Please sign in to comment.