Skip to content

Commit

Permalink
Turn off release test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Dec 26, 2024
1 parent 7e7270c commit ebd8b7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
compiler: [g++-10, clang++-14]
cxx_version: [ cxx_std_17, cxx_std_20 ]
target: [Debug, Release]
target: [Debug]
shared: [ON, OFF]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
matrix:
compiler: [g++-12, clang++]
cxx_version: [ cxx_std_17, cxx_std_20 ]
target: [Debug, Release]
target: [Debug]
shared: [ON, OFF]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
matrix:
compiler: [cl, clang++]
cxx_version: [ cxx_std_17, cxx_std_20 ]
target: [Debug, Release]
target: [Debug]
shared: [ON, OFF]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
matrix:
compiler: [g++]
cxx_version: [ cxx_std_17, cxx_std_20 ]
target: [Debug, Release]
target: [Debug]
shared: [ON, OFF]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ebd8b7f

Please sign in to comment.