Skip to content

Refactored env/pitch to avoid unsafe array indexing. #869

Refactored env/pitch to avoid unsafe array indexing.

Refactored env/pitch to avoid unsafe array indexing. #869

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