Skip to content

Commit

Permalink
run git-ref tests separately as vergen shows issues with this (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Apr 6, 2022
1 parent 7f5da18 commit 9b4469c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 9b4469c

Please sign in to comment.