diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6993dd9e..2bd7e1d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,13 @@ jobs: fail-fast: false matrix: include: + - BUILD_TYPE: Debug + WITH_BFD: yes + PYTHON_VERSION: '3.13.0b1' + TEST_SYMPY: yes + OS: ubuntu-22.04 + CC: gcc + - BUILD_TYPE: Debug WITH_BFD: yes PYTHON_VERSION: '3.12'