Skip to content

Bump maths-rs from 0.2.4 to 0.2.5 #9

Bump maths-rs from 0.2.4 to 0.2.5

Bump maths-rs from 0.2.4 to 0.2.5 #9

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest # TODO: linux
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
# TODO: tests
# - name: Run tests
# run: cargo test --verbose