stdlib: tests local docker socket

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-09-21 17:21:32 -07:00
parent eaa965127a
commit 4ccf030db8
3 changed files with 14 additions and 7 deletions

View File

@@ -76,8 +76,7 @@ setup() {
}
@test "docker run: local" {
skip "Not implemented yet + missing inputs leading to failure"
# dagger -e docker-run-local up
dagger -e docker-run-local up
}
@test "docker build" {
@@ -257,4 +256,4 @@ setup() {
@test "azure-stapp" {
skip "Azure CI infra not implemented yet - manually tested and working"
#dagger -e azure-stapp up
}
}