UCL-ARC / householder

A native Rust library for advanced Linear Algebra routines
https://docs.rs/householder/latest/householder/
Apache License 2.0
23 stars 5 forks source link

Add GitHub actions CI #5

Closed t-young31 closed 2 years ago

t-young31 commented 2 years ago

Quick PR to add continuous integration with GitHub actions, based on: https://github.com/BamPeers/rust-ci-github-actions-workflow/blob/main/.github/workflows/test.yaml

Feel free to suggest changes/push to this branch