Thomas Eizinger
3 years ago
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96
1 changed files with
2 additions and
1 deletions
-
.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 |
|
|
|