Skip to content

Commit

Permalink
Added unit tests status badge to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tellicious committed Aug 26, 2024
1 parent ca25c1f commit 37b78dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Collection of useful C utilities

[![Unit tests](https://github.com/Tellicious/ADV-utils/actions/workflows/runTests.yml/badge.svg?branch=main&event=push&event=workflow_dispatch)](https://github.com/Tellicious/ADV-utils/actions/workflows/runTests.yml)

## Libraries included:
- ***basicMath:*** math constants, conversion factors, bitwise operators, `fastSqrt`, `fastInvSqrt`, `fastSin` and `fastCos`
- ***matrix:*** handling of matrix objects and matrix operations
Expand Down

0 comments on commit 37b78dd

Please sign in to comment.