Skip to content

Commit

Permalink
remove no longer needed main.rs
Browse files Browse the repository at this point in the history
and update Makefile
  • Loading branch information
jxs committed Jan 19, 2023
1 parent d640f91 commit 8ce709b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
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 src/*)
ping-image.tar: Dockerfile Cargo.toml src/bin/ping.rs
cargo build --release -p interop-tests
mkdir -p target/release/
cp ../target/release/ping target/release
Expand Down
3 changes: 0 additions & 3 deletions test-plans/src/main.rs

This file was deleted.

0 comments on commit 8ce709b

Please sign in to comment.