diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-12-29 11:13:33 +0100 |
---|---|---|
committer | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-12-29 11:13:33 +0100 |
commit | 5b12fbb1433f09a3aeee530420dae284719d96e9 (patch) | |
tree | afc58b24d89b34eb933630c6fbf677de45c49a25 /.github | |
parent | a6bd0b47a5955008ef76eecdc0b2ec9acc7dd40c (diff) | |
download | candle-5b12fbb1433f09a3aeee530420dae284719d96e9.tar.gz candle-5b12fbb1433f09a3aeee530420dae284719d96e9.tar.bz2 candle-5b12fbb1433f09a3aeee530420dae284719d96e9.zip |
Trying to fix flakyness by making hub_2 and hub_3 serial tests (potential issue on mingw with mmap).
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/rust-ci.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 2809aa58..2ca53b23 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -40,8 +40,6 @@ jobs: profile: minimal toolchain: ${{ matrix.rust }} override: true - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - uses: actions-rs/cargo@v1 with: command: test |