[ci] test for musl target

This commit is contained in:
Jinzhou Zhang 2020-02-05 18:16:37 +08:00
parent e3f3d35561
commit 7065539858

View file

@ -12,7 +12,7 @@ main() {
cp target/$TARGET/release/sk target/release
case $TARGET in
x86_64-unknown-linux-gnu|i686-unknown-linux-gnu)
x86_64-unknown-linux-gnu|i686-unknown-linux-gnu|x86_64-unknown-linux-musl)
# run the integration test
tmux new "python3 test/test_skim.py &> out && touch ok" && cat out && [ -e ok ]
;;