Skip to content

Commit 2f5808c

Browse files
committed
workflow: adjust github env for ubsan options
1 parent c803294 commit 2f5808c

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/test-ubsan.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,9 @@ jobs:
5555
uses: actions/setup-python@v4
5656
with:
5757
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"
58+
- name: Environment Information
59+
run: npx envinfo
60+
- name: Build
61+
run: make build-ci -j2 V=1
62+
- name: Test
63+
run: make run-ci -j2 V=1 TEST_CI_ARGS="-p actions -t 300 --measure-flakiness 9"

0 commit comments

Comments
 (0)