Skip to content

refactor: make array to store error message (#1) #1

refactor: make array to store error message (#1)

refactor: make array to store error message (#1) #1

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- main
- master
paths-ignore:
- '**.md'
env:
CC: gcc
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install deps
run: |
sudo apt install -y gfortran python3-dev libomp-15-dev lcov intel-mkl
- uses: Swatinem/rust-cache@v2
- name: fmt
run: |
make fmt
- name: test
run: |
make test