Skip to content

Rewrite Level OBJ exporter to make the mesh closed #313

Rewrite Level OBJ exporter to make the mesh closed

Rewrite Level OBJ exporter to make the mesh closed #313

Workflow file for this run

name: Check
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- run: cargo check
- run: cargo test --all