Skip to content

Commit

Permalink
ci: ThreadSanitizer validate test server runs (#3539)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann authored Jan 5, 2024
1 parent 25d925a commit e90aa6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,9 @@ jobs:

- run: ./test-server-exec &

- name: Check test-server runs
run: curl http://localhost:8080/echo-baggage-header

- run: ./scripts/ci-select-xcode.sh

- name: Running tests with ThreadSanitizer
Expand Down

0 comments on commit e90aa6d

Please sign in to comment.