Merge pull request #1295 from samalba/ci-faster-universe

universe: skip sanity check (done twice)
This commit is contained in:
Sam Alba 2021-12-22 16:06:16 -08:00 committed by GitHub
commit deee606f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ setup() {
}
@test "cue-sanity-check" {
skip "Docs generation already validates the cue code of the library - disabled to avoid duplication"
dagger -e sanity-check up
}