mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-21 20:10:17 +00:00
Update main.yml
This commit is contained in:
parent
790710b1a4
commit
9cad7b3d58
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user