From 5889d0a5f47cd2d0c17015b5512336e4d7c06952 Mon Sep 17 00:00:00 2001 From: Peter Grayson Date: Thu, 4 Apr 2024 21:38:03 -0400 Subject: [PATCH] ci: add pre-test check to Windows build --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ce4ecb8..cd7d5a45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: