Make the Rust client the sole app
This commit is contained in:
1 parent
a8602c1626
commit
d8bb1699a8
230 files changed
+762
-27300
No files matched your search
@@ -2,6 +2,6 @@
|
||||
# Extra arguments are forwarded to each workspace's `cargo test`.
|
||||
set -eu
|
||||
cd "$(dirname "$0")/.."
|
||||
for workspace in event-model server app-rust; do
|
||||
for workspace in event-model server app; do
|
||||
(cd "$workspace" && cargo test "$@")
|
||||
done
|
||||
Reference in new issue
Block a user