ソースを参照

Revert "integration-test: add to default-members"

This reverts commit 025c76780c0755fa02f9b4b6a9506453b9f56f6b.

Fixes #678.
Tamir Duberstein 1 年間 前
コミット
8cec4b25f9
1 ファイル変更2 行追加1 行削除
  1. 2 1
      Cargo.toml

+ 2 - 1
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",