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 f87fe4f commit 6fce595Copy full SHA for 6fce595
integration_test.go
@@ -142,12 +142,12 @@ func TestHTTPTriger(t *testing.T) {
142
// TestBuildExamples ensures that the tinygo examples will build successfully.
143
func TestBuildExamples(t *testing.T) {
144
for _, example := range []string{
145
- "../../examples/config-tinygo",
146
"../../examples/http-tinygo",
147
"../../examples/http-tinygo-outbound-http",
148
"../../examples/tinygo-outbound-redis",
149
"../../examples/tinygo-redis",
150
"../../examples/tinygo-key-value",
+ "../../examples/variables-tinygo",
151
} {
152
build(t, example)
153
}
0 commit comments