Skip to content

add a visualization test for GGX, which may be abstractable to a arbi… #35

add a visualization test for GGX, which may be abstractable to a arbi…

add a visualization test for GGX, which may be abstractable to a arbi… #35

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
check:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install latest nightly
uses: dtolnay/rust-toolchain@nightly
- run: cargo test