Skip to content

change internal representation of Color to f32 #240

change internal representation of Color to f32

change internal representation of Color to f32 #240

Workflow file for this run

on:
push:
pull_request:
branches:
- main
name: Tests
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install latest nightly
run: rustup update
- name: Run unit tests
run: cargo test --all-features