Skip to content

Commit

Permalink
ci: add pre-test check to Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgrayson committed Apr 5, 2024
1 parent e311238 commit 5889d0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@ jobs:
update: true
install: diffutils make
path-type: inherit
- name: Pre-test Check
shell: msys2 {0}
run: |
cargo --locked --quiet run --profile=release -- version
# - name: Test
# shell: msys2 {0}
# env:
Expand Down

0 comments on commit 5889d0a

Please sign in to comment.