Add compiletest target to compile all the tests only

This commit is contained in:
Nick Craig-Wood 2022-12-12 11:45:33 +00:00
parent 43506f8086
commit dfd8ad2fff
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ quicktest:
racequicktest:
RCLONE_CONFIG="/notfound" go test $(BUILDTAGS) -cpu=2 -race ./...
compiletest:
RCLONE_CONFIG="/notfound" go test $(BUILDTAGS) -run XXX ./...
# Do source code quality checks
check: rclone
@echo "-- START CODE QUALITY REPORT -------------------------------"