mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-28 07:31:14 -03:00
Enable CI testing for MSYS
This commit is contained in:
committed by
Johannes Altmanninger
parent
abf3f50bb9
commit
a51b2f4023
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user