Procházet zdrojové kódy

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

This reverts commit 025c76780c0755fa02f9b4b6a9506453b9f56f6b.

Fixes #678.
Tamir Duberstein před 1 rokem
rodič
revize
8cec4b25f9
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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",