We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4379921 commit 6d9dcaeCopy full SHA for 6d9dcae
.github/actions/run-tests/action.yml
@@ -78,6 +78,8 @@ runs:
78
79
- name: Run tests
80
run: |
81
+ set -ex
82
+
83
run_tests() {
84
local protocol=$1
85
local eventloop=""
0 commit comments