From a2a6dba3b3a8fe1190dec2e8910b1bfff2c7e8a9 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 6 Mar 2023 11:39:50 +0100 Subject: [PATCH] Use problem matcher and cache for CLI tests too --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75be7a71..7bd32889 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,6 +88,10 @@ jobs: export DEBIAN_FRONTEND=noninteractive sudo apt-get install -y libacl1-dev + - uses: r7kamura/rust-problem-matchers@v1.1.0 + - run: cargo --version --verbose + - uses: Swatinem/rust-cache@v2 + - name: "Build cli and binaries" timeout-minutes: 30 run: |