From e296e500f52a19f2fcf1945329a4816a90fd41e5 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 5 Oct 2021 13:03:45 +1100 Subject: [PATCH] Run CI on windows --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf7482b..4d154f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: test_daemons: strategy: matrix: - os: [ ubuntu-latest, macos-latest ] + os: [ ubuntu-latest, macos-latest, windows-latest ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -74,6 +74,7 @@ jobs: - run: cargo build --bins --tests - run: cargo test --workspace - name: Smoke test ${{ matrix.os }} binary + shell: bash run: | target/debug/maker --data-dir=/tmp/maker --generate-seed & sleep 5s # Wait for maker to start