Skip to content

Commit

Permalink
Ajout des jobs CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Coiffier committed Nov 29, 2024
1 parent 5694a4b commit 87105b6
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Idefix CIs CUDA
name: Idefix CIs
on:
workflow_dispatch:
push:
Expand All @@ -11,8 +11,14 @@ on:
- '.github/ISSUE_TEMPLATE/*'

jobs:
jobs:
cuda-jobs:
name: CUDA Jobs
uses: ./.github/workflows/idefix-ci-jobs.yml
with:
TESTME_OPTIONS: -cuda -Werror

cpu-jobs:
name: CPU Jobs
uses: ./.github/workflows/idefix-ci-jobs.yml
with:
TESTME_OPTIONS: -Werror

0 comments on commit 87105b6

Please sign in to comment.