Skip to content

Commit

Permalink
workflow: adjust github env for ubsan options
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Mar 1, 2024
1 parent c803294 commit 2f5808c
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/test-ubsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- 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"
- 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 comments on commit 2f5808c

Please sign in to comment.