- rename module to mtl to avoid collision with metal-rs metal, invoke… #323
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 |