mirror of
https://github.com/Luzifer/promcertcheck.git
synced 2024-11-08 16:00:08 +00:00
12 lines
338 B
Makefile
12 lines
338 B
Makefile
|
test:
|
||
|
go generate
|
||
|
go run *.go \
|
||
|
--probe="https://www.cloudkeys.de/" \
|
||
|
--probe="https://foo.hub.luzifer.io/" \
|
||
|
--probe="https://registry.luzifer.io/" \
|
||
|
--probe="https://blog.knut.me/" \
|
||
|
--probe="https://gobuilder.me/" \
|
||
|
--probe="https://pwd.luzifer.io/" \
|
||
|
--probe="https://www.itpad.de/" \
|
||
|
--probe="https://mondash.org/"
|