We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fbfe14 commit c28c5e4Copy full SHA for c28c5e4
README.md
@@ -107,6 +107,12 @@ Build the project to get the executable
107
go build -o build/ .
108
```
109
110
+Run Tests for the project
111
+
112
+```
113
+go test ./controllers
114
115
116
Run the project directly without `build`
117
118
runner.sh
@@ -7,5 +7,7 @@ now=$(date '+%d/%m/%Y %H:%M:%S')
7
8
echo "$now [*] Build completed"
9
10
+go test ./...
11
12
./build/skeduler || sudo kill -9 $(sudo lsof -t -i:8080) || echo "[x] SERVER INITIALISATION FAILED"
13
echo "[*] Server closed successfully"
0 commit comments