Skip to content

Commit

Permalink
fixup! CI: temporarily disable all but failing CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
falbrechtskirchinger committed Jun 11, 2022
1 parent 829ac0c commit 95d8ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
container: ghcr.io/nlohmann/json-ci:v2.4.0
strategy:
matrix:
compiler: [g++-4.8, g++-4.9, g++-5, g++-6, g++-7, g++-8, g++-9, g++-10, g++-11, clang++-3.5, clang++-3.6, clang++-3.7, clang++-3.8, clang++-3.9, clang++-4.0, clang++-8, clang++-9, clang++-10]
compiler: [g++-4.8, g++-4.9, g++-5, g++-6, g++-7, g++-8, g++-9, g++-10, g++-11, clang++-3.5, clang++-3.6, clang++-3.7, clang++-3.8, clang++-3.9, clang++-4.0, clang++-9, clang++-10]
steps:
- uses: actions/checkout@v3
- name: cmake
Expand Down

0 comments on commit 95d8ecc

Please sign in to comment.