Skip to content

Commit

Permalink
chore(gpu): fix unsigned ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesLeroy committed Jul 12, 2024
1 parent 0370bf6 commit d2ec9d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws_tfhe_integer_gpu_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ jobs:
- name: Run unsigned integer tests
if: github.event_name != 'pull_request' || contains(github.event.label.name, 'approved')
run: |
make test_unsigned_integer_gpu_ci
BIG_TESTS_INSTANCE=TRUE make test_unsigned_integer_gpu_ci
- name: Run unsigned integer multi-bit tests
run: |
make test_unsigned_integer_multi_bit_gpu_ci
BIG_TESTS_INSTANCE=TRUE make test_unsigned_integer_multi_bit_gpu_ci
- name: Slack Notification
if: ${{ always() }}
Expand Down

0 comments on commit d2ec9d6

Please sign in to comment.