Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set OMP thrust method and capture streams in tests (#935)
This commit makes 2 minor changes to the CI configuration to re-enable building and running tests with the thrust OMP CPU backend. This was lost in the migration to GHA and means we're not testing the thrust simulation methods in CI which is a coverage hole. This fixes that oversight. At the same time this commit adds the QISKIT_TEST_CAPTURE_STREAMS env variable. Since Qiskit/qiskit#3982 merged the base test class has had support for capturing STDOUT, STDERR, and python logging as part of the test runs, which is especially important for our CI configuration where we run tests in parallel. This just enables this option so we'll have captured output streams associated with each test method.
- Loading branch information