Skip to content
Prev Previous commit
Next Next commit
debug
  • Loading branch information
RafaelGSS committed Mar 1, 2024
commit 71804c3a24605d78f9da848b1b8768494e3442e7
15 changes: 9 additions & 6 deletions .github/workflows/test-ubsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- 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"
- name: Check UBSAN_OPTIONS
run: |
echo $UBSAN_OPTIONS
# - 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"