Skip to content

Add systematic testing of binary ops for float-slice evaluators #245

Add systematic testing of binary ops for float-slice evaluators

Add systematic testing of binary ops for float-slice evaluators #245

Workflow file for this run

name: Build & Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build-and-test-native:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Check
run: cargo check --all-targets --verbose
- name: Build
run: cargo build --verbose --package fidget
- name: Run tests
run: cargo test --verbose --package fidget