You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -92,14 +92,18 @@ Integration tests are used to prove functionality between the API Wrapper and Di
92
92
93
93
#### Running Tests
94
94
95
-
Use `go test` to run the tests in the current directory. Use `go test ./<dir>` to run tests in a given directory (from the current directory). Use [Github Action Workflow Files](/.github/workflows/) to find the correct test command and environment variables for a module.
95
+
Use `go test` to run the tests in the current directory.
96
+
97
+
Use `go test ./<dir>` to run tests in a given directory (from the current directory).
98
+
99
+
Use [Github Action Workflow Files](/.github/workflows/) to find the correct test command and environment variables for a module.
96
100
97
101
# Roadmap
98
102
99
103
Disgo is **STABLE**.
100
104
101
105
The following additional features are being implemented:
0 commit comments