Skip to content

Commit d335c56

Browse files
committed
chore: update CI rules
1 parent 494518d commit d335c56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main, master ]
88

99
jobs:
10-
test:
10+
test-unit:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
os: [ubuntu-latest, macos-latest, windows-latest]
40-
python-version: [3.9, "3.10", 3.11]
40+
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
4141

4242
steps:
4343
- uses: actions/checkout@v3
@@ -76,7 +76,7 @@ jobs:
7676
DISPLAY: :99
7777
continue-on-error: true
7878

79-
lint:
79+
lint-format:
8080
runs-on: ubuntu-latest
8181
steps:
8282
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)