statuses update
This commit is contained in:
16
Makefile
Normal file
16
Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
.PHONY: test test-watcher test-transcribe test-tagging test-analyse
|
||||
|
||||
test: test-watcher test-transcribe test-tagging test-analyse
|
||||
@echo "all tests passed"
|
||||
|
||||
test-watcher:
|
||||
cd watcher && go test ./... -count=1
|
||||
|
||||
test-transcribe:
|
||||
cd workers/transcribe && go test ./... -count=1
|
||||
|
||||
test-tagging:
|
||||
cd workers/tagging && go test ./... -count=1
|
||||
|
||||
test-analyse:
|
||||
cd workers/analyse && go test ./... -count=1
|
||||
Reference in New Issue
Block a user