Skip to content

First Github actions tests #1

First Github actions tests

First Github actions tests #1

Workflow file for this run

name: Run tests
on: [push]
jobs:
Run-Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Check failure on line 7 in .github/workflows/linux.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/linux.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
- name: Install dependencies
- run: |
apt update
apt install cmake openmpi-bin openmpi-common libopenmpi-dev cmake libmetis-dev
- name: Build ParGibbs
- run: |
mkdir build
cmake -S . -B build -DUSE_METIS=True
cmake --build build
- name: Run tests
- run: ./build/tests/tests