Skip to content

Commit

Permalink
fixup! fixup! fixup! CI: adds CUDA build
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Jul 13, 2022
1 parent c4dd3b2 commit ba66186
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
- os: el8
compiler: cuda
parallel: serial
constrains: build_only

steps:
- uses: actions/checkout@v3
Expand All @@ -131,6 +132,7 @@ jobs:
- name: Build
run: gha/scripts/ci/gh-actions/run.sh build
- name: Test
if: ${{ ! contains(strategy.matrix, 'build_only') }}
run: gha/scripts/ci/gh-actions/run.sh test

linux_emu:
Expand Down

0 comments on commit ba66186

Please sign in to comment.