Skip to content

Commit

Permalink
yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
andreykaipov committed Oct 24, 2024
1 parent 80f71f9 commit 48ece21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion script/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48ece21

Please sign in to comment.