Skip to content

- add quaternion default + tests, add default info to the readme #93

- add quaternion default + tests, add default info to the readme

- add quaternion default + tests, add default info to the readme #93

Workflow file for this run

name: build
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build
run: cargo build --verbose
- name: test
run: cargo test --verbose --features serde