Skip to content

Commit f5000b1

Browse files
Address PR comments
1 parent 31f3a30 commit f5000b1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
cmake -S test -B build/ \
2020
-G "Unix Makefiles" \
2121
-DCMAKE_BUILD_TYPE=Debug \
22+
-DUNITTEST=1 \
2223
-DCMAKE_C_FLAGS='--coverage -Wall -Wextra -DNDEBUG'
2324
make -C build/ all
2425

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Project information.
22
cmake_minimum_required ( VERSION 3.13.0 )
33
project ( "coreHTTP tests"
4-
VERSION 1.0.0
4+
VERSION 3.0.0
55
LANGUAGES C )
66

77
# Allow the project to be organized into folders.

0 commit comments

Comments
 (0)