Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2021-04-21 17:14:33 +0300
committerKenneth Heafield <github@kheafield.com>2021-04-21 17:14:33 +0300
commitaa512c4aad376e43a33b3717d3bba48a47a539d8 (patch)
treec394261823753b739f0365507cc5d8d920893c02
parente760fe7b2b14b86ef4dbaa12bb7148aedf47323b (diff)
Compile tests
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 0b4610f..f482617 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -26,7 +26,7 @@ jobs:
run: |
cmake -E make_directory build
cd build
- cmake -DBOOST_ROOT="${env:BOOST_ROOT_1_72_0}" ..
+ cmake -DBOOST_ROOT="${env:BOOST_ROOT_1_72_0}" -DCOMPILE_TESTS=ON ..
- name: Compile
working-directory: build
run: cmake --build . -j2