Skip to content

Commit

Permalink
add publish=false to Cargo.toml
Browse files Browse the repository at this point in the history
to not interfere with published crates tests.
  • Loading branch information
jxs committed Jan 19, 2023
1 parent d1ea824 commit 7956a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test-plans/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
edition = "2021"
name = "interop-tests"
version = "0.1.0"
publish = false

[dependencies]
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion test-plans/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
all: ping-image.tar

ping-image.tar: Dockerfile Cargo.toml $(wildcard target/*)
ping-image.tar: Dockerfile Cargo.toml $(wildcard src/*)
CARGO_TARGET_DIR=./target cargo build --release -p interop-tests
docker build -t rust-libp2p-head .
docker image save -o $@ rust-libp2p-head
Expand Down

0 comments on commit 7956a7d

Please sign in to comment.