Skip to content

- add start of a basic pbr example #318

- add start of a basic pbr example

- add start of a basic pbr example #318

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