Initialize the PSA Crypto API if requested (#514) #518
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: mac_tsan_sectransport | |
on: | |
push: | |
paths-ignore: | |
- 'docs/**' | |
pull_request: | |
jobs: | |
mac_tsan_sectransport: | |
runs-on: macOS-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: seanmiddleditch/gha-setup-ninja@master | |
- name: make test_tsan_sectransport | |
run: make -f makefile.dev test_tsan_sectransport |