Makefile: Only run sweep against the digitalocean package. (#759)

This commit is contained in:
Andrew Starr-Bochicchio 2021-12-17 15:50:03 -05:00 committed by GitHub
parent e53bdf7263
commit 5f6c820f43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ vet:
sweep:
@echo "WARNING: This will destroy infrastructure. Use only in development accounts."
go test $(TEST) -v -sweep=1
go test ./digitalocean -v -sweep=1
fmt:
gofmt -w $(GOFMT_FILES)