Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 455f9a6

Browse files
committed
Remove duplicate test in CI
1 parent 5524e74 commit 455f9a6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
run: |
1818
pip install poetry
1919
./scripts/install
20-
- name: Format check
20+
- name: Check formatting and test
2121
run: |
2222
./scripts/pre-commit
23-
- name: Test
24-
run: |
25-
./scripts/test

0 commit comments

Comments
 (0)