From 8cec4b25f9091cb369201a4b4423623cf1eb019c Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Thu, 20 Jul 2023 10:18:44 -0400 Subject: [PATCH] Revert "integration-test: add to default-members" This reverts commit 025c76780c0755fa02f9b4b6a9506453b9f56f6b. Fixes #678. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 958be754..e3ed0b7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,8 @@ default-members = [ "aya-log-parser", "aya-obj", "aya-tool", - "test/integration-test", + # test/integration-test is omitted; including it in this list causes `cargo test` to run its + # tests, and that doesn't work unless they've been built with `cargo xtask`. "xtask", "aya-bpf-macros",