removed --no-cache

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones 2021-12-09 11:36:30 -07:00
parent 026c7641b3
commit a80c48f241
No known key found for this signature in database
GPG Key ID: CFB3A382EB166F4C

View File

@ -5,6 +5,6 @@ setup() {
}
@test "plan: hello" {
run dagger --no-cache --europa up ./plan/hello-europa
run dagger --europa up ./plan/hello-europa
assert_success
}