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 c803294 commit 2f5808cCopy full SHA for 2f5808c
.github/workflows/test-ubsan.yml
@@ -55,12 +55,9 @@ jobs:
55
uses: actions/setup-python@v4
56
with:
57
python-version: ${{ env.PYTHON_VERSION }}
58
- - name: Check UBSAN_OPTIONS
59
- run: |
60
- echo $UBSAN_OPTIONS
61
- # - name: Environment Information
62
- # run: npx envinfo
63
- # - name: Build
64
- # run: make build-ci -j2 V=1
65
- # - name: Test
66
- # run: make run-ci -j2 V=1 TEST_CI_ARGS="-p actions -t 300 --measure-flakiness 9"
+ - name: Environment Information
+ run: npx envinfo
+ - name: Build
+ run: make build-ci -j2 V=1
+ - name: Test
+ run: make run-ci -j2 V=1 TEST_CI_ARGS="-p actions -t 300 --measure-flakiness 9"
0 commit comments