Skip to content

Commit

Permalink
Remove from debug and release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsaavedra committed Aug 20, 2024
1 parent e0a8147 commit 0a75bfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
mkdir build-debug
cd build-debug
cmake ../ -DCMAKE_BUILD_TYPE=Debug -DBUILD_PROTOTYPES=ON
cmake ../ -DCMAKE_BUILD_TYPE=Debug
make -j${{ env.COMPILE_JOBS }}
# These tests require a single core each so we will run them in parallel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
mkdir build-release
cd build-release
cmake ../ -DCMAKE_BUILD_TYPE=Release -DBUILD_PROTOTYPES=ON
cmake ../ -DCMAKE_BUILD_TYPE=Release
make -j${{ env.COMPILE_JOBS }}
# These tests require a single core each so we will run them in parallel
Expand Down

0 comments on commit 0a75bfd

Please sign in to comment.