mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 05:25:00 +00:00
Re-enable Lockfree, URL tests in ci.yml
This commit is contained in:
parent
ecd4acec1a
commit
6a9ab58e43
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue