From 233a3279e8e2f016a9673b0cf9bd7694313c7fc6 Mon Sep 17 00:00:00 2001 From: jstzwj <1103870790@qq.com> Date: Mon, 8 Jul 2024 23:05:13 +0800 Subject: [PATCH] use pytest --- .github/workflows/dev.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index a660bb5..420da06 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -35,4 +35,4 @@ jobs: - name: Test Olah run: | cd ${{ github.workspace }} - python -m unittest discover tests + python -m pytest tests diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c6bc16..4eb14c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Test Olah run: | cd ${{ github.workspace }} - python -m unittest discover tests + python -m pytest tests - name: Build Olah run: |