Skip to content

CI: remove build for 32-bit Windows due to issue with rust-numpy #6

CI: remove build for 32-bit Windows due to issue with rust-numpy

CI: remove build for 32-bit Windows due to issue with rust-numpy #6

Workflow file for this run

name: Rust
on:
push:
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build -r --verbose
- name: Run tests
run: cargo test -r --verbose