File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
devnet/cmd/update-dd-agent-confd Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 66
66
chmod +x $HOME/.local/bin/subkey
67
67
echo "$HOME/.local/bin" >> $GITHUB_PATH
68
68
69
+ - name : Run devnet unit tests
70
+ run : |
71
+ cd devnet && \
72
+ go test -timeout=10m ./... && \
73
+ cd ..
74
+
69
75
- name : Run unit tests
70
76
run : go test -short -coverprofile=coverage.out -covermode=atomic -timeout=45m ./...
71
77
Original file line number Diff line number Diff line change @@ -37,9 +37,7 @@ func Test_marshalYAML(t *testing.T) {
37
37
PrometheusURL : "http://127.0.0.1:9876/metrics" ,
38
38
Metrics : []string {
39
39
"gossamer_*" ,
40
- "network_*" ,
41
- "service_*" ,
42
- "system_*" ,
40
+ "go_*" ,
43
41
},
44
42
HealthServiceCheck : true ,
45
43
},
@@ -60,9 +58,7 @@ func Test_marshalYAML(t *testing.T) {
60
58
PrometheusURL : "http://127.0.0.1:9876/metrics" ,
61
59
Metrics : []string {
62
60
"gossamer_*" ,
63
- "network_*" ,
64
- "service_*" ,
65
- "system_*" ,
61
+ "go_*" ,
66
62
},
67
63
HealthServiceCheck : true ,
68
64
Namespace : "SomeNamespace" ,
You can’t perform that action at this time.
0 commit comments