Skip to content

Commit

Permalink
releasemode buildtest
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane authored Feb 21, 2024
1 parent 472fc56 commit 327ab13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cmakeVersion: latest

- name: CMake - Configure
run: cmake -B build -DUSE_FMT=ON -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON #-DCMAKE_BUILD_TYPE=Release
run: cmake -B build -DUSE_FMT=ON -DBUILD_EXAMPLES=ON -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=Release

- name: CMake - Build C++ client
run: |
Expand Down

0 comments on commit 327ab13

Please sign in to comment.