mirror of
https://github.com/restic/restic.git
synced 2025-01-03 05:35:43 +00:00
Remove run_tests.go from Makefile
This commit is contained in:
parent
2499bbb09d
commit
b8c300e61e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,4 +9,4 @@ clean:
|
||||||
rm -rf restic
|
rm -rf restic
|
||||||
|
|
||||||
test: $(SOURCE)
|
test: $(SOURCE)
|
||||||
go run run_tests.go /dev/null
|
go test ./...
|
||||||
|
|
Loading…
Reference in a new issue