1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-14 11:58:04 +00:00

Minor update

This commit is contained in:
TwinProduction 2019-09-06 00:15:21 -04:00
parent 7bb341fe92
commit eea38c8618

View file

@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v1
- name: Test
run: go test ./...
run: go test -mod vendor ./...
- name: Build