-- remove usage of fmt::streamed in favor of explicit formatters for … #102
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Linux + thread sanitizer' | |
on: | |
push: | |
branches: [ "main" ] | |
jobs: | |
clang12-tsan-debug: | |
name: Thread Sanitizer Tests | |
environment: public-github-runners | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: true | |
- uses: ./.github/actions/build-cmake-preset | |
with: | |
preset-name: clang12-tsan-debug | |