pull/1318/head
Josselin Feist 2 years ago
parent 1592cb376c
commit d04e6cf8ae
  1. 6
      scripts/ci_test_dapp.sh

@ -15,11 +15,7 @@ nix-env -f "$HOME/.dapp/dapptools" -iA dapp seth solc hevm ethsign
dapp init
slither . --detect external-function
# TODO: make more elaborate test
if [ $? -eq 0 ]
then
if !slither . --detect external-function; then
exit 0
fi

Loading…
Cancel
Save