Skip to content

Add vars to shape evaluation #154

Add vars to shape evaluation

Add vars to shape evaluation #154

Workflow file for this run

name: Test native builds
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
strategy:
matrix:
os: ["ubuntu-latest", "macos-14", "windows-latest"]
runs-on: ${{ matrix.os }}
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Run tests
run: cargo test --verbose --package fidget