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: