Enable unit tests
This commit is contained in:
5
.github/workflows/test-sanitizers.yml
vendored
5
.github/workflows/test-sanitizers.yml
vendored
@@ -113,3 +113,8 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
find tests/**/*.err -print -exec cat {} \;
|
||||
|
||||
- name: Run unit tests
|
||||
shell: bash
|
||||
run: |
|
||||
make -j$procs unit-test CONFIG=$CC ENABLE_LIBYOSYS=1
|
||||
|
||||
5
.github/workflows/test-verific.yml
vendored
5
.github/workflows/test-verific.yml
vendored
@@ -78,3 +78,8 @@ jobs:
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
run: |
|
||||
make -C sby run_ci
|
||||
|
||||
- name: Run unit tests
|
||||
shell: bash
|
||||
run: |
|
||||
make -j$procs unit-test ENABLE_LTO=1 ENABLE_LIBYOSYS=1
|
||||
|
||||
Reference in New Issue
Block a user