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>2020-09-17 18:08:01 +0300
committerKenneth Heafield <github@kheafield.com>2020-09-17 18:08:01 +0300
commit6a41289210c3cb21d7edc4fda0822df353e8302f (patch)
tree1b2ed514739e79e34391533d102dbdb4ac6fec94
parent686750c82eafe76847d7eaaa9b55fc9328b047d4 (diff)
Run test...
-rw-r--r--.github/workflows/mac.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml
index 44d8c4f..de8805b 100644
--- a/.github/workflows/mac.yml
+++ b/.github/workflows/mac.yml
@@ -24,7 +24,7 @@ jobs:
run: cmake --build . -j2
- name: Adjust counts
working-directory: build
- tests/adjust_counts_test
+ run: tests/adjust_counts_test
- name: Test
working-directory: build
run: ctest -j2