Skip to content

Commit

Permalink
rename files
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <[email protected]>
  • Loading branch information
rajatjindal committed Mar 17, 2024
1 parent ef06388 commit 5f4ba30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ pod-status-check:
workloads:
./scripts/workloads.sh

./PHONY: test-delete-workloads
test-delete-workloads:
./scripts/delete-workloads.sh
./PHONY: test-workloads-delete
test-workloads-delete:
./scripts/workloads-delete.sh

.PHONY: integration-tests
integration-tests: check-bins move-bins up pod-status-check workloads
cargo test -p containerd-shim-spin-tests -- --nocapture
test-delete-workloads
test-workloads-delete

.PHONY: tests/clean
tests/clean:
Expand Down

0 comments on commit 5f4ba30

Please sign in to comment.