From 1f3a4470036edee8fdf04ca6923f34cfa4cbbee0 Mon Sep 17 00:00:00 2001 From: Philip Mueller Date: Tue, 4 Feb 2025 06:49:44 +0100 Subject: [PATCH] After they pass I have now restored the original workflow setting. However, it is still restructed to the file that fails. --- .github/workflows/general-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/general-ci.yml b/.github/workflows/general-ci.yml index f3bf32d8e8..4aef75b447 100644 --- a/.github/workflows/general-ci.yml +++ b/.github/workflows/general-ci.yml @@ -55,7 +55,7 @@ jobs: else export DACE_optimizer_automatic_simplification=${{ matrix.simplify }} fi - pytest --maxfail=1 -n auto --tb=short -m "not gpu and not verilator and not tensorflow and not mkl and not sve and not papi and not mlir and not lapack and not fpga and not mpi and not rtl_hardware and not scalapack and not datainstrument and not long" tests/numpy/ndarray_attributes_methods_test.py + pytest -n auto --cov-report=xml --cov=dace --tb=short -m "not gpu and not verilator and not tensorflow and not mkl and not sve and not papi and not mlir and not lapack and not fpga and not mpi and not rtl_hardware and not scalapack and not datainstrument and not long" tests/numpy/ndarray_attributes_methods_test.py ./codecov - name: Test OpenBLAS LAPACK