Skip to content

- wip, getting the bindful example running, added indexed draws #328

- wip, getting the bindful example running, added indexed draws

- wip, getting the bindful example running, added indexed draws #328

Workflow file for this run

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