Skip to content

Fix classical bit mapping in HLS pass (backport #14597) #2495

Fix classical bit mapping in HLS pass (backport #14597)

Fix classical bit mapping in HLS pass (backport #14597) #2495

Workflow file for this run

---
name: Tests
on:
push:
branches: [ main, 'stable/*' ]
pull_request:
branches: [ main, 'stable/*' ]
merge_group:
jobs:
tests:
if: github.repository_owner == 'Qiskit'
name: tests-c-${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
# Used for the x86_64 builds.
- macos-13
# Used for the ARM builds.
- macos-14
- ubuntu-24.04-arm
- windows-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: cargo install cbindgen
- name: Run tests
run: make ctest