Remove explicit memo build

This commit is contained in:
Michael Vines 2020-08-07 10:40:47 -07:00
parent 33c04f11cd
commit 98de735cdc
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
#!/usr/bin/env bash
set -e
set -ex
# Build programs as clients
cd "$(dirname "$0")/.."
./do.sh build-lib memo -D warnings
cargo run --manifest-path=ci/client/Cargo.toml