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 8641232 commit 7f7f363Copy full SHA for 7f7f363
.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 --rerun-update --rerun-filter failures,exceptions,new" >> $GITHUB_ENV
112
113
- if: matrix.test
114
name: Test hls-graph
0 commit comments