From 6a9ab58e43998e8c074dbe0bb250f2367891a10f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 2 Jan 2024 02:29:04 +0200 Subject: [PATCH] Re-enable Lockfree, URL tests in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 187e0b72a6..13837a8fb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,7 @@ jobs: - name: Configure Boost run: | mkdir __build__ && cd __build__ - cmake -DBUILD_TESTING=ON -DBOOST_EXCLUDE_LIBRARIES="cobalt;lockfree;outcome;process;static_string;url" .. + cmake -DBUILD_TESTING=ON -DBOOST_EXCLUDE_LIBRARIES="cobalt;outcome;process;static_string" .. - name: Build tests run: |