diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ install: build test: ${GO} test -cover ./... cd frontend && ${NPM} test -- --run + cd frontend-vanilla && ${NPM} test -- --run test-race: ${GO} test -race ./... |
