diff --git a/.github/workflows/neko.yaml b/.github/workflows/neko.yaml index b9c48c88..8bedb310 100644 --- a/.github/workflows/neko.yaml +++ b/.github/workflows/neko.yaml @@ -7,10 +7,18 @@ concurrency: group: ${{ github.repository }}-${{ github.ref }}-${{ github.head_ref }}-${{ github.workflow }} cancel-in-progress: true jobs: - neko: - name: Qiskit Neko Integration Tests + neko-nature: + name: Qiskit Neko Integration Tests - nature runs-on: ubuntu-latest steps: - uses: Qiskit/qiskit-neko@main with: - test_selection: nature \ No newline at end of file + test_selection: nature + + neko-nature: + name: Qiskit Neko Integration Tests - primitives + runs-on: ubuntu-latest + steps: + - uses: Qiskit/qiskit-neko@main + with: + test_selection: primitives \ No newline at end of file