Skip to content

W90 parser fix + new user options #31

W90 parser fix + new user options

W90 parser fix + new user options #31

Workflow file for this run

name: Xatu tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build Docker image
run: docker build -t xatu-tests .
- name: Run tests
run: |
export OMP_NUM_THREADS=1
export OPENBLAS_NUM_THREADS=1
docker run --rm xatu-tests