Skip to content

Fixed another yml syntax error. #837

Fixed another yml syntax error.

Fixed another yml syntax error. #837

Workflow file for this run

name: Sapphire Tests
on: [push]
jobs:
SapphireTest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install cppcheck
run: sudo apt install -y cppcheck
- name: Sapphire unit tests
run: cd util && ./runtests