mirror of
https://github.com/grafana/grafana.git
synced 2024-12-25 08:21:46 -06:00
fixed language
This commit is contained in:
parent
6f794b7d11
commit
86ef33f84f
@ -10,12 +10,12 @@ grunt && grunt watch
|
||||
grunt karma:dev
|
||||
```
|
||||
|
||||
### Rerun tests for backend assets before commit
|
||||
### Run tests for backend assets before commit
|
||||
```
|
||||
test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
|
||||
```
|
||||
|
||||
### Run tests before commit
|
||||
### Run tests for frontend assets before commit
|
||||
```
|
||||
grunt test
|
||||
godep go test -v ./pkg/...
|
||||
|
Loading…
Reference in New Issue
Block a user