3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-07 19:51:23 +00:00

Disable tests on most of platforms

This commit is contained in:
Miodrag Milanovic 2022-03-10 11:05:00 +01:00
parent 4ccc2adbda
commit 75c0391f06
2 changed files with 2 additions and 28 deletions

View file

@ -120,6 +120,7 @@ jobs:
make -j${{ env.procs }} CCXXSTD=${{ matrix.cpp_std }} CC=$CC CXX=$CC LD=$CC
- name: Run tests
if: (matrix.cpp_std == 'c++11') && (matrix.compiler == 'gcc-11')
shell: bash
run: |
make -j${{ env.procs }} test CXXSTD=${{ matrix.cpp_std }} CC=$CC CXX=$CC LD=$CC