Skip to content

Commit

Permalink
chore(ci): separate clippy and tests in different job steps
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Jan 22, 2024
1 parent 548f2e5 commit 96da25c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/aws_tfhe_gpu_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 96da25c

Please sign in to comment.