Skip to content

Commit

Permalink
ci: use bash shell under windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tommilligan committed Jul 29, 2023
1 parent f0372f4 commit 9932f1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Expand Up @@ -87,3 +87,5 @@ jobs:
profile: minimal
- name: Run tests
run: cargo test --package pretty_assertions
# Run in bash, otherwise we don't get color output from yansi on windows github actions runner
shell: bash

0 comments on commit 9932f1a

Please sign in to comment.