diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db236d4..f9790cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,5 +20,6 @@ jobs: autoconf --version - run: | ./bootstrap.sh - ./configure --with-asan --with-ubsan + mkdir build && cd build + ../configure --with-asan --with-ubsan make -j$(nproc) check