Skip to content

Commit ab4de3b

Browse files
committed
Reenable non-windows tests
1 parent 2a56fc5 commit ab4de3b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/mcxtrace-testsuite.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
include:
19-
#- { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'openmpi' }
20-
#- { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'mpich' }
21-
#- { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.12', mpi: 'openmpi' }
22-
#- { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.12', mpi: 'mpich' }
19+
- { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'openmpi' }
20+
- { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'mpich' }
21+
- { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.12', mpi: 'openmpi' }
22+
- { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.12', mpi: 'mpich' }
2323
#- { os: macos-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'openmpi' }
24-
#- { os: macos-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'mpich' }
24+
- { os: macos-latest, CC: clang, CXX: clang++, python: '3.12', mpi: 'mpich' }
2525
- { os: windows-latest, CC: gcc, CXX: g++, python: '3.12', mpi: 'msmpi' }
2626

2727
name: ${{ matrix.os }}.${{ matrix.CC }}.${{ matrix.mpi }}.python-${{ matrix.python }}

0 commit comments

Comments
 (0)