mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +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
|
||||
uses: egor-tensin/setup-clang@v1
|
||||
with:
|
||||
version: 15
|
||||
version: 17
|
||||
platform: x64
|
||||
- name: Run Sanitizers
|
||||
run: |
|
||||
bash build_g.sh
|
||||
bash run_tests.sh
|
||||
rm -rf ./main
|
||||
- name: Unit Test with Coverage
|
||||
run: bash run_tests.sh
|
||||
- name: Upload coverage reports to Codecov
|
||||
|
Loading…
x
Reference in New Issue
Block a user