From 19ab7c35d84fcba5a19c455d8a531fa11a25db6a Mon Sep 17 00:00:00 2001 From: Alex Wang Date: Fri, 14 Nov 2025 11:06:20 -0800 Subject: [PATCH] chore: remove duplicate example tests - Remove run example tests because they are already executed by `hatch run test:cov` --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58000abd..6a107f3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,5 @@ jobs: run: hatch run types:check - name: Run tests + coverage run: hatch run test:cov - - name: Run example tests - run: hatch run test:examples - name: Build distribution run: hatch build