Skip to content

- add 4x4 matrix adjugate@ #99

- add 4x4 matrix adjugate@

- add 4x4 matrix adjugate@ #99

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