Skip to content

Fix collecting creg data from the result JSON (#139) #68

Fix collecting creg data from the result JSON (#139)

Fix collecting creg data from the result JSON (#139) #68

Workflow file for this run

name: Qiskit C++ test cases
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
name: tests-qiskit-cpp-${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-14
- macos-15-intel
- ubuntu-24.04-arm
- windows-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
if: ${{ matrix.os == 'windows-latest' }}
with:
python-version: '3.11'
- name: install deps
run: cargo install cbindgen
- name: clone Qiskit
uses: actions/checkout@v5
with:
repository: Qiskit/qiskit
path: test/deps/qiskit
- name: Run tests
run: |
cd test
make