- omit except for console window rect for tests to run #358
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: tests | |
on: [push, pull_request] | |
jobs: | |
win32: | |
runs-on: self-hosted | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: "recursive" | |
- name: build-data | |
run: | | |
cargo build | |
hotline-data\\pmbuild.cmd win32-debug -all | |
- name: tests | |
run: | | |
hotline-data\\pmbuild.cmd test |