Enable CI testing for MSYS

This commit is contained in:
Nahor
2025-10-19 15:31:00 -07:00
committed by Johannes Altmanninger
parent abf3f50bb9
commit a51b2f4023

View File

@@ -166,8 +166,9 @@ jobs:
run: |
cargo build
- name: smoketest
# We can't use `cargo test` yet, there are just too many failures
# We can't run `build_tools/check.sh` yet, there are just too many failures
# so this is just a quick check to make sure that fish can swim
run: |
set -x
[ "$(target/debug/fish.exe -c 'echo (math 1 + 1)')" = 2 ]
cargo test