Skip to content

Commit

Permalink
CI: Stabilize ensure_gc_runs_when_dropping_cache test for `sync::Ca…
Browse files Browse the repository at this point in the history
…che`

Run the test separately from other tests to avoid interference from other tests
running in parallel.
  • Loading branch information
tatsuya6502 committed Jan 21, 2024
1 parent 22a9944 commit 865c680
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CIQuantaDisabled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: |
--release --lib --no-default-features --features sync \
sync::cache::tests::ensure_gc_runs_when_dropping_cache -- --exact --ignored
args: --release --lib --no-default-features --features sync sync::cache::tests::ensure_gc_runs_when_dropping_cache -- --exact --ignored

0 comments on commit 865c680

Please # to comment.