diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a494ed..7a83a0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: go-version-file: go.mod - name: make test run: | - # make test.unit + make test.unit # some tests are flaky because it's running against a dockerized obs # instance, so just retry a few times or whatever to be certain for _ in $(seq 1 5); do diff --git a/script/test.sh b/script/test.sh index 168067b..87c241f 100755 --- a/script/test.sh +++ b/script/test.sh @@ -47,8 +47,8 @@ main() { # note: `scenes` and `transitions` must be ran after `ui` # - # (client|client_repeat|get_raw_response|multi_goroutine|profile) categories=' + (client|client_repeat|get_raw_response|multi_goroutine|profile) config filters general