Skip to content

Commit f16ee94

Browse files
committed
[python-conprof] add unit tests before building
1 parent 12bbe83 commit f16ee94

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/release_staging.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ on:
66
- master
77

88
jobs:
9+
test:
10+
name: Test (${{ matrix.version }})
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v5
14+
- run: |
15+
PYTHON_VERSION=${{ matrix.version }} make test
16+
strategy:
17+
fail-fast: false
18+
matrix:
19+
version:
20+
- "3.8"
21+
- "3.9"
22+
- "3.10"
23+
- "3.11"
24+
- "3.12"
25+
- "3.13"
26+
927
gen-binary:
1028
name: Gen Binary - Linux - AMD64
1129
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)