Don't update so much
This commit is contained in:
parent
7541b053b2
commit
33c04f11cd
|
@ -4,7 +4,6 @@ set -ex
|
||||||
|
|
||||||
# Test program
|
# Test program
|
||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
./do.sh update
|
|
||||||
./do.sh fmt memo --all -- --check
|
./do.sh fmt memo --all -- --check
|
||||||
./do.sh build memo
|
./do.sh build memo
|
||||||
./do.sh clippy memo -- --deny=warnings
|
./do.sh clippy memo -- --deny=warnings
|
||||||
|
|
|
@ -4,7 +4,6 @@ set -ex
|
||||||
|
|
||||||
# Test program
|
# Test program
|
||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
./do.sh update
|
|
||||||
./do.sh fmt token-swap --all -- --check
|
./do.sh fmt token-swap --all -- --check
|
||||||
./do.sh clippy token-swap -- --deny=warnings
|
./do.sh clippy token-swap -- --deny=warnings
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@ set -ex
|
||||||
|
|
||||||
# Test program
|
# Test program
|
||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
./do.sh update
|
|
||||||
./do.sh fmt token --all -- --check
|
./do.sh fmt token --all -- --check
|
||||||
./do.sh clippy token -- --deny=warnings
|
./do.sh clippy token -- --deny=warnings
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue