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: