Skip to content

Commit

Permalink
Running rinside tests only for cpu and double
Browse files Browse the repository at this point in the history
  • Loading branch information
llaniewski committed Jan 2, 2024
1 parent 9e1d870 commit 9995364
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/rinside.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,15 @@ jobs:
- cpu
- cuda
- hip
test:
- true
- false
exclude:
- arch: "cuda"
test: true
- arch: "hip"
test: true
- precision: "float"
test: true
include:
- precision: "double"
test: false
arch: "cpu"
test: true
steps:
- name: Git checkout
uses: actions/checkout@v3
with:
submodules: ${{ matrix.test }}
- name: Install dependencies
uses: ./.github/actions/install
with:
Expand Down

0 comments on commit 9995364

Please sign in to comment.