Disable cachepot for GH Actions builds (#2007)

This commit is contained in:
Kirill Bulatov
2022-06-29 17:56:02 +03:00
committed by GitHub
parent 4a05413a4c
commit cef90d9220
2 changed files with 5 additions and 8 deletions

View File

@@ -26,7 +26,7 @@ jobs:
# Rust toolchains (e.g. nightly or 1.37.0), add them here.
rust_toolchain: [1.58]
os: [ubuntu-latest, macos-latest]
timeout-minutes: 30
timeout-minutes: 50
name: run regression test suite
runs-on: ${{ matrix.os }}