Skip to content

Commit 2a3755b

Browse files
committed
try turning off tasty-rerun stuff
1 parent 7a064d8 commit 2a3755b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
# all functional test cases simultaneously which causes way too many hls
109109
# instances to be spun up for the poor github actions runner to handle
110110
run: |
111-
echo "TEST_OPTS=-j1 --rerun-update --rerun-filter failures,exceptions" >> $GITHUB_ENV
111+
echo "TEST_OPTS=-j1" >> $GITHUB_ENV
112112
113113
- name: Cache test log between attempts of the same run
114114
uses: actions/cache@v3

0 commit comments

Comments
 (0)