Skip to content

Commit 5ad6c13

Browse files
committed
fixup! ci: test more targets
1 parent 33199ca commit 5ad6c13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: sanitize
2222
args: >-
2323
"-Db_sanitize=address,undefined"
24+
extra_envs: {}
2425
- name: sanitize+asanonly # For Visual Studio
2526
args: -Db_sanitize=address
2627
extra_envs: {}
@@ -49,6 +50,9 @@ jobs:
4950
- platform: macos-latest
5051
mode:
5152
name: clang-cl+sanitize
53+
- platform: windows-2022
54+
mode:
55+
name: clang+sanitize
5256
# msvc
5357
- platform: ubuntu-22.04
5458
mode:

0 commit comments

Comments
 (0)