From 0e794d77657ab9738fdfe43e4138226e405d7c50 Mon Sep 17 00:00:00 2001 From: Wenhao Chen Date: Tue, 11 Jun 2024 16:36:48 +0800 Subject: [PATCH] test --- .github/workflows/test_on_schedule.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_on_schedule.yml b/.github/workflows/test_on_schedule.yml index 2522ca6..d4e36d7 100644 --- a/.github/workflows/test_on_schedule.yml +++ b/.github/workflows/test_on_schedule.yml @@ -1,6 +1,7 @@ name: Test on schedule on: + pull_request: schedule: - cron: "0 0 * * *" @@ -37,6 +38,7 @@ jobs: - name: Test with unittest env: HTTPS_PROXY: "" + PYTHONIOENCODING: "utf-8" run: | cd tests/ bash run_tests.sh