Browse Source

Run CI on windows

upload-correct-windows-binary
Thomas Eizinger 3 years ago
parent
commit
e296e500f5
No known key found for this signature in database GPG Key ID: 651AC83A6C6C8B96
  1. 3
      .github/workflows/ci.yml

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

Loading…
Cancel
Save