From 7503ee9a3a5be6159be14de62e9d6ee53894a5dd Mon Sep 17 00:00:00 2001 From: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com> Date: Wed, 14 Apr 2021 02:25:57 +0400 Subject: [PATCH] tests: block on tcp server creation (#99) Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> --- workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflows/build.yml b/workflows/build.yml index 3ea55e0459..dd30dbb1db 100644 --- a/workflows/build.yml +++ b/workflows/build.yml @@ -56,12 +56,12 @@ jobs: stack_args: "--test" artifact_rel_path: /bin/dog-food asset_name: dog-food-ubuntu-18_04-x86-64 - # TODO re-enable tests for mac and windows when they consistently pass (remove stack_args altogether) - os: macos-latest cache_path: ~/.stack - stack_args: "" + stack_args: "--test" artifact_rel_path: /bin/dog-food asset_name: dog-food-macos-x86-64 + # TODO enable tests for windows once fixed (remove stack_args altogether) - os: windows-latest cache_path: C:/sr stack_args: ""