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 7a064d8 commit 2a3755bCopy full SHA for 2a3755b
.github/workflows/test.yml
@@ -108,7 +108,7 @@ jobs:
108
# all functional test cases simultaneously which causes way too many hls
109
# instances to be spun up for the poor github actions runner to handle
110
run: |
111
- echo "TEST_OPTS=-j1 --rerun-update --rerun-filter failures,exceptions" >> $GITHUB_ENV
+ echo "TEST_OPTS=-j1" >> $GITHUB_ENV
112
113
- name: Cache test log between attempts of the same run
114
uses: actions/cache@v3
0 commit comments