We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfdf15a commit 1df2deaCopy full SHA for 1df2dea
.github/workflows/test.yaml
@@ -10,6 +10,7 @@ on:
10
merge_group:
11
schedule:
12
- cron: '15 12 * * 3'
13
+ workflow_dispatch:
14
15
concurrency:
16
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
@@ -141,7 +142,7 @@ jobs:
141
142
- name: Verify release builds were not using ASAN
143
if: runner.os == 'Linux' # For 'nm'
144
run: |
- ! nm build/tests/client | grep '__asan_init'
145
+ ! nm build/tests/client | grep '__asan_init'
146
! nm build/tests/server | grep '__asan_init'
147
148
# Our integration tests rely on a built-in provider being enabled.
0 commit comments