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:
-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