Skip to content

Bump ndarray from 0.15.4 to 0.16.0 #55

Bump ndarray from 0.15.4 to 0.16.0

Bump ndarray from 0.15.4 to 0.16.0 #55

Workflow file for this run

name: Rust Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
CARGO_REGISTRY_TOKEN: ${{secrets.CRATES_IO_TOKEN}}
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose