Skip to content

building openblas statically for runner #3

building openblas statically for runner

building openblas statically for runner #3

Workflow file for this run

on:
push:
branches:
- 'rust_ext'
name: General Rust Suite
jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test -- --features openblas-static