mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
test: run tests on linux, macos, windows
This commit is contained in:
2
.github/workflows/integration_test.yml
vendored
2
.github/workflows/integration_test.yml
vendored
@@ -5,7 +5,7 @@ on: [push]
|
||||
jobs:
|
||||
integration_test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [ubuntu-latest, macos-latest, windows-latest]
|
||||
strategy:
|
||||
max-parallel: 5
|
||||
matrix:
|
||||
|
||||
2
.github/workflows/unittest.yml
vendored
2
.github/workflows/unittest.yml
vendored
@@ -5,7 +5,7 @@ on: [push]
|
||||
jobs:
|
||||
unittest:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [ubuntu-latest, macos-latest, windows-latest]
|
||||
strategy:
|
||||
max-parallel: 5
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user