Skip to content

Commit

Permalink
update ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangying000 committed Sep 19, 2022
1 parent 75aacc2 commit 52d40e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
- uses: taiki-e/install-action@nextest
- name: test
# run: bash ./scripts/auto_rerun_test.sh
# --test-threads 8, proper test concurrency level, balance failure rate and test speed
# --test-threads 10, proper test concurrency level, balance failure rate and test speed
# --failure-output immediate-final, make error log output at the end
# --retries 3, a test case usually takes no more than 3 retries to pass
# --retries 2, a correct test case usually takes no more than 3 tries to pass
# --build-jobs 8, a little (~20s) faster than 5 or 10 build jobs
run: cargo nextest run --workspace --retries 3 --build-jobs 8 --test-threads 8 --failure-output immediate-final
run: cargo nextest run --workspace --retries 2 --build-jobs 8 --test-threads 10 --failure-output immediate-final
# - name: check changed files
# run: bash ./scripts/changed_files.sh
- name: Doc Tests
Expand Down

0 comments on commit 52d40e6

Please sign in to comment.