mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
chore(ci): run all M1 tests in FAST_TESTS=TRUE mode for better coverage
This commit is contained in:
21
.github/workflows/m1_tests.yml
vendored
21
.github/workflows/m1_tests.yml
vendored
@@ -16,6 +16,7 @@ env:
|
||||
RUSTFLAGS: "-C target-cpu=native"
|
||||
ACTION_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||
CARGO_PROFILE: release_lto_off
|
||||
FAST_TESTS: "TRUE"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref }}
|
||||
@@ -90,10 +91,22 @@ jobs:
|
||||
run: |
|
||||
make test_shortint_ci
|
||||
|
||||
# For now integer tests are too long to realistically run them on the M1 mac
|
||||
# - name: Run integer tests
|
||||
# run: |
|
||||
# make test_integer_ci
|
||||
- name: Run integer tests
|
||||
run: |
|
||||
make test_integer_ci
|
||||
|
||||
- name: Gen Keys if required
|
||||
run: |
|
||||
make GEN_KEY_CACHE_MULTI_BIT_ONLY=TRUE gen_key_cache
|
||||
|
||||
- name: Run shortint multi bit tests
|
||||
run: |
|
||||
make test_shortint_multi_bit_ci
|
||||
|
||||
- name: Run integer multi bit tests
|
||||
run: |
|
||||
make test_integer_multi_bit_ci
|
||||
|
||||
|
||||
remove_label:
|
||||
name: Remove m1_test label
|
||||
|
||||
Reference in New Issue
Block a user