Skip to content

Commit 0fcf268

Browse files
author
Marc Coiffier
committed
Réordonne les tests pour que 'icc' se fasse en premier (vu que c'est ça qu'on teste)
1 parent 1eff9a3 commit 0fcf268

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/idefix-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ on:
1010
- '.github/ISSUE_TEMPLATE/*'
1111

1212
jobs:
13-
cuda-jobs:
14-
name: CUDA Jobs
13+
icc-jobs:
14+
name: CPU Jobs (icc)
1515
uses: ./.github/workflows/idefix-ci-jobs.yml
1616
with:
17-
TESTME_OPTIONS: -cuda -Werror
18-
IDEFIX_COMPILER: cuda
17+
TESTME_OPTIONS: -Werror
18+
IDEFIX_COMPILER: icc
1919

2020
gcc-jobs:
2121
name: CPU Jobs (gcc)
@@ -24,9 +24,9 @@ jobs:
2424
TESTME_OPTIONS: -Werror
2525
IDEFIX_COMPILER: gcc
2626

27-
icc-jobs:
28-
name: CPU Jobs (icc)
27+
cuda-jobs:
28+
name: CUDA Jobs
2929
uses: ./.github/workflows/idefix-ci-jobs.yml
3030
with:
31-
TESTME_OPTIONS: -Werror
32-
IDEFIX_COMPILER: icc
31+
TESTME_OPTIONS: -cuda -Werror
32+
IDEFIX_COMPILER: cuda

0 commit comments

Comments
 (0)