From 9b4469c2ac5a932cbad0fbcf87ffaff3b11045d9 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 6 Apr 2022 17:12:19 +0800 Subject: [PATCH] run git-ref tests separately as vergen shows issues with this (#298) --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc5b52e1b51..2a33efc8420 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,11 @@ jobs: with: command: check args: --all --bins --tests --examples + - name: "Test ref (crossterm)" + uses: actions-rs/cargo@v1 + with: + command: test + args: --package git-fef - name: "Test (crossterm)" uses: actions-rs/cargo@v1 with: