File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ [profile .default ]
2+ # Enable automatic retries for flaky tests with exponential backoff.
3+ retries = { backoff = " exponential" , count = 2 , delay = " 1s" }
Original file line number Diff line number Diff line change 6666 - uses : taiki-e/install-action@v2
6767 with :
6868 tool : cargo-hack
69+ - uses : taiki-e/install-action@v2
70+ with :
71+ tool : cargo-nextest
6972 - name : Tests
70- run : cargo hack test --feature-powerset --depth 2 --clean-per-run --partition ${{ matrix.partition }}
73+ run : cargo hack nextest run --feature-powerset --depth 2 --clean-per-run --partition ${{ matrix.partition }}
74+ - name : Doc tests
75+ if : matrix.toolchain == 'stable' && matrix.partition == '1/4'
76+ run : cargo test --doc --workspace --all-features
7177
7278 fmt :
7379 name : Rustfmt check
You can’t perform that action at this time.
0 commit comments