mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
Skip Tests on Archlinux
current curl issue https://github.com/curl/curl/issues/8559
This commit is contained in:
parent
a07c3bfca6
commit
f08e9b5355
@ -8,6 +8,12 @@ cargo build --verbose
|
||||
|
||||
ci/test_prerequisites.sh
|
||||
|
||||
# current bug with curl to be fixed
|
||||
# https://github.com/curl/curl/issues/8559
|
||||
if test -f /etc/arch-release; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "----- unit tests -----"
|
||||
cargo test --features strict --tests
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user