Don't update so much

This commit is contained in:
Michael Vines 2020-08-07 10:39:16 -07:00
parent 7541b053b2
commit 33c04f11cd
3 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@ set -ex
# Test program
cd "$(dirname "$0")/.."
./do.sh update
./do.sh fmt memo --all -- --check
./do.sh build memo
./do.sh clippy memo -- --deny=warnings

View File

@ -4,7 +4,6 @@ set -ex
# Test program
cd "$(dirname "$0")/.."
./do.sh update
./do.sh fmt token-swap --all -- --check
./do.sh clippy token-swap -- --deny=warnings

View File

@ -4,7 +4,6 @@ set -ex
# Test program
cd "$(dirname "$0")/.."
./do.sh update
./do.sh fmt token --all -- --check
./do.sh clippy token -- --deny=warnings