Skip to content

Merge pull request #85 from tarolling/features/linspace #458

Merge pull request #85 from tarolling/features/linspace

Merge pull request #85 from tarolling/features/linspace #458

Workflow file for this run

name: Github
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose