Skip to content

Commit be8dc4a

Browse files
author
Anand
committed
CI
1 parent f36e437 commit be8dc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
source /opt/intel/oneapi/setvars.sh
9393
/bin/bash mfc.sh test -j $(nproc) $(if [ "${{ matrix.mpi }}" == "mpi" ]; then echo "--test-all"; fi)
9494
95-
- name: Test-intel
95+
- name: Test
9696
if: matrix.intel == false
9797
run: |
9898
/bin/bash mfc.sh test -j $(nproc) $(if [ "${{ matrix.mpi }}" == "mpi" ]; then echo "--test-all"; fi)

0 commit comments

Comments
 (0)