Update main.yml

This commit is contained in:
blueloveTH 2025-06-22 01:29:02 +08:00
parent 790710b1a4
commit 9cad7b3d58

View File

@ -56,8 +56,13 @@ jobs:
- name: Setup Clang - name: Setup Clang
uses: egor-tensin/setup-clang@v1 uses: egor-tensin/setup-clang@v1
with: with:
version: 15 version: 17
platform: x64 platform: x64
- name: Run Sanitizers
run: |
bash build_g.sh
bash run_tests.sh
rm -rf ./main
- name: Unit Test with Coverage - name: Unit Test with Coverage
run: bash run_tests.sh run: bash run_tests.sh
- name: Upload coverage reports to Codecov - name: Upload coverage reports to Codecov