Fixed circleci name for gometalinter exec step

This commit is contained in:
Torkel Ödegaard 2019-01-21 13:10:00 +01:00
parent 37e917939a
commit f24e6ebf67

View File

@ -82,7 +82,7 @@ jobs:
steps:
- checkout
- run:
name: frontend tests
name: Gometalinter tests
command: './scripts/build/gometalinter.sh'
test-frontend: