File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
- AUTHORS
10
10
- doc/**
11
11
- .github/**
12
- - ' !.github/workflows/ubsan-asan .yml'
12
+ - ' !.github/workflows/test-ubsan .yml'
13
13
push :
14
14
branches :
15
15
- main
22
22
- AUTHORS
23
23
- doc/**
24
24
- .github/**
25
- - ' !.github/workflows/ubsan-asan .yml'
25
+ - ' !.github/workflows/test-ubsan .yml'
26
26
27
27
concurrency :
28
28
group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -45,19 +45,19 @@ jobs:
45
45
LINK : g++
46
46
CONFIG_FLAGS : --enable-ubsan
47
47
steps :
48
- - uses : actions/checkout@v3
48
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
49
49
with :
50
50
persist-credentials : false
51
51
- name : Store suppressions path
52
52
run : |
53
53
echo "UBSAN_OPTIONS=suppressions=$GITHUB_WORKSPACE/suppressions.supp" >> $GITHUB_ENV
54
54
- name : Set up Python ${{ env.PYTHON_VERSION }}
55
- uses : actions/setup-python@v4
55
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
56
56
with :
57
57
python-version : ${{ env.PYTHON_VERSION }}
58
58
- name : Environment Information
59
59
run : npx envinfo
60
60
- name : Build
61
61
run : make build-ci -j2 V=1
62
62
- name : Test
63
- run : make run-ci -j2 V=1 TEST_CI_ARGS="-p actions -t 300 --measure-flakiness 9"
63
+ run : make run-ci -j2 V=1 TEST_CI_ARGS="-p actions --node-args='--test-reporter=spec' --node-args='--test-reporter-destination=stdout' - t 300 --measure-flakiness 9"
You can’t perform that action at this time.
0 commit comments