Enable cuda for end-to-end tests (#222)

This commit is contained in:
Simon Alibert
2024-05-29 23:02:23 +02:00
committed by GitHub
parent 3d625ae6d3
commit 13310681b1
2 changed files with 23 additions and 20 deletions

View File

@@ -70,6 +70,8 @@ jobs:
# files: ./coverage.xml
# verbose: true
- name: Tests end-to-end
env:
DEVICE: cuda
run: make test-end-to-end
# - name: Generate Report