summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPeter Pettersson <boretrk@hotmail.com>2021-08-08 13:22:53 +0200
committerPeter Pettersson <boretrk@hotmail.com>2021-08-08 13:26:24 +0200
commite96fc0283aea9afd02f64bdcb26613422e74dc3a (patch)
tree6eb38e100ef9d7b098ed42ba27d34938cac0dc9d /.github
parente65229ee972c113413eeca77853213352129bd47 (diff)
downloadlibgit2-e96fc0283aea9afd02f64bdcb26613422e74dc3a.tar.gz
tests: optional test for p_open() with empty path segments
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 2bc91e73c..4615504be 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -86,7 +86,7 @@ jobs:
env:
CC: gcc
CMAKE_GENERATOR: Ninja
- CMAKE_OPTIONS: -DUSE_HTTPS=OpenSSL -DREGEX_BACKEND=builtin -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DDEBUG_STRICT_ALLOC=ON
+ CMAKE_OPTIONS: -DUSE_HTTPS=OpenSSL -DREGEX_BACKEND=builtin -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DDEBUG_STRICT_ALLOC=ON -DDEBUG_STRICT_OPEN=ON
os: ubuntu-latest
- # Xenial, GCC, mbedTLS
container: