Skip to content

Update to oneMKL 2025 #59

Update to oneMKL 2025

Update to oneMKL 2025 #59

Workflow file for this run

name: rust
on:
push:
branches:
- main
pull_request: {}
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: check
check-format:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check
clippy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- uses: actions-rs/cargo@v1
with:
command: clippy