Migrate integration test for universe/go

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes
2021-06-17 13:20:47 +00:00
committed by Solomon Hykes
parent 9f3307b26b
commit a4e31949a3
7 changed files with 34 additions and 7 deletions

View File

@@ -4,6 +4,10 @@ setup() {
common_setup
}
@test "go" {
dagger -e go up
}
@test "js/yarn" {
dagger -e js-yarn up
}