chore(ci): separate clippy and tests in different job steps

This commit is contained in:
David Testé
2024-01-19 14:31:01 +01:00
committed by David Testé
parent 548f2e5d05
commit 96da25ce90

View File

@@ -95,7 +95,10 @@ jobs:
echo "CUDAHOSTCXX=/usr/bin/g++-${{ matrix.gcc }}" >> "${GITHUB_ENV}"
echo "HOME=/home/ubuntu" >> "${GITHUB_ENV}"
- name: Run all tests
- name: Run clippy checks
run: |
make clippy_gpu
- name: Run all tests
run: |
make test_gpu