Updated workflow name

This commit is contained in:
Chris Watson 2019-09-10 19:18:18 -07:00
parent dacd9b797b
commit 6247c8d45a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Crystal CI
name: Specs
on: [push]

View File

@ -1,6 +1,6 @@
# Apatite
[<img src="https://github.com/watzon/apatite/workflows/Crystal CI/badge.svg">](https://github.com/watzon/apatite/actions)
[<img src="https://github.com/watzon/apatite/workflows/Specs/badge.svg">](https://github.com/watzon/apatite/actions)
Apatite is a collection of mathematical and scientific algorithms. Currently it implements the API from Ruby's `Matrix` class for both `Matrix` and `Vector`. This API will be added to as needs arise. The goal is for this project to eventually contain everything you could get from SciPy, but in pure Crystal.