We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84bb744 commit 6522097Copy full SHA for 6522097
1 file changed
.github/workflows/unittest.yml
@@ -1,6 +1,13 @@
1
# SPDX-FileCopyrightText: 2016-2026 PyThaiNLP Project
2
# SPDX-License-Identifier: Apache-2.0
3
4
+# To reduce test time and save resources,
5
+# unit tests that download large corpus files will not be covered
6
+# in this workflow.
7
+# A separated corpus test workflow is in
8
+# https://github.com/PyThaiNLP/pythainlp/blob/dev/.github/workflows/corpus.yml
9
+# which will be triggered only if there is a change in a corpus.
10
+
11
name: Unit test
12
13
on:
0 commit comments