mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-16 08:27:31 +08:00
ci: add build with sanitizers
This commit is contained in:
5
.github/workflows/toml-test.yml
vendored
5
.github/workflows/toml-test.yml
vendored
@@ -9,6 +9,11 @@ jobs:
|
||||
matrix:
|
||||
compiler: ['g++-12']
|
||||
standard: ['11', '14', '17', '20']
|
||||
asan: ['ON', 'OFF']
|
||||
ubsan: ['ON', 'OFF']
|
||||
exclude:
|
||||
- asan: 'ON'
|
||||
ubsan: 'ON'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
Reference in New Issue
Block a user