Skip to content

Commit

Permalink
fix(ci): Bybit also seems to have run out of IP address restrictions,…
Browse files Browse the repository at this point in the history
… so it stopped exec it test
  • Loading branch information
mirumirumi committed Jul 17, 2023
1 parent 9266915 commit f538923
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ execute_tests "bitbank spot" bash ./scripts/exchanges/bitbank/spot.sh

execute_tests "bitmex perpetual" bash ./scripts/exchanges/bitmex/perpetual.sh

execute_tests "Bybit spot" bash ./scripts/exchanges/bybit/spot.sh
execute_tests "Bybit perpetual" bash ./scripts/exchanges/bybit/perpetual.sh
if [ -z "$CI" ]; then
# Same as above (2023/7 ~)
execute_tests "Bybit spot" bash ./scripts/exchanges/bybit/spot.sh
execute_tests "Bybit perpetual" bash ./scripts/exchanges/bybit/perpetual.sh
fi

execute_tests "OKX spot" bash ./scripts/exchanges/okx/spot.sh
execute_tests "OKX perpetual" bash ./scripts/exchanges/okx/perpetual.sh
Expand Down

0 comments on commit f538923

Please sign in to comment.