chore(ci): run all M1 tests in FAST_TESTS=TRUE mode for better coverage

This commit is contained in:
Arthur Meyre
2023-07-06 15:13:51 +02:00
parent 1764c88de0
commit 4b174d552a

View File

@@ -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