Skip to content

Commit 6522097

Browse files
authored
Document unit test workflow and corpus handling
Add comments to clarify unit test workflow limitations
1 parent 84bb744 commit 6522097

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# SPDX-FileCopyrightText: 2016-2026 PyThaiNLP Project
22
# SPDX-License-Identifier: Apache-2.0
33

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+
411
name: Unit test
512

613
on:

0 commit comments

Comments
 (0)