- merge latest from main and fix some compilation issues in d3d12 #333
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: | | |
cargo test -- --test-threads 1 |