Skip to content

Commit

Permalink
Réordonne les tests pour que 'icc' se fasse en premier (vu que c'est …
Browse files Browse the repository at this point in the history
…ça qu'on teste)
  • Loading branch information
Marc Coiffier committed Dec 4, 2024
1 parent e7237df commit 4273a7a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/idefix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
- '.github/ISSUE_TEMPLATE/*'

jobs:
cuda-jobs:
name: CUDA Jobs
icc-jobs:
name: CPU Jobs (icc)
uses: ./.github/workflows/idefix-ci-jobs.yml
with:
TESTME_OPTIONS: -cuda -Werror
IDEFIX_COMPILER: cuda
TESTME_OPTIONS: -Werror
IDEFIX_COMPILER: icc

gcc-jobs:
name: CPU Jobs (gcc)
Expand All @@ -24,9 +24,9 @@ jobs:
TESTME_OPTIONS: -Werror
IDEFIX_COMPILER: gcc

icc-jobs:
name: CPU Jobs (icc)
cuda-jobs:
name: CUDA Jobs
uses: ./.github/workflows/idefix-ci-jobs.yml
with:
TESTME_OPTIONS: -Werror
IDEFIX_COMPILER: icc
TESTME_OPTIONS: -cuda -Werror
IDEFIX_COMPILER: cuda

0 comments on commit 4273a7a

Please sign in to comment.