Re-enable Lockfree, URL tests in ci.yml

This commit is contained in:
Peter Dimov 2024-01-02 02:29:04 +02:00
parent 6402b56a44
commit 78e511a0f2

View file

@ -161,7 +161,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: |