Skip to content

- change test branch runner #445

- change test branch runner

- change test branch runner #445

Workflow file for this run

name: tests
on:
push:
branches:
- master
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