Update brewkit test

This commit is contained in:
Max Howell 2023-03-11 06:40:24 -05:00
parent be290d2ccd
commit 4442f3fae6
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -8,7 +8,7 @@ versions:
dependencies:
deno.land: ^1.30
gnu.org/bash: '*'
tea.xyz: ^0
tea.xyz: ^0.24.10
git-scm.org: ^2
build: |
@ -20,6 +20,6 @@ test:
dependencies:
zlib.net: '*'
script:
test zlib.net
pkg test zlib.net
# we would like to test builds but we need a `GITHUB_TOKEN` and
# (currently) we cant figure out how to set that up in CI/CD