cleanup: mark more integration tests as !short mode (#755)
The objective is to make PR checks run much faster. See https://github.com/ooni/probe/issues/2113 for context. Regarding netxlite's tests: Checking for every commit on master or on a release branch is good enough and makes pull requests faster than one minute since netxlite for windows is now 1m slower than coverage. We're losing some coverage but coverage from integration tests is not so good anyway, so I'm not super sad about this loss.
This commit is contained in:
parent
6924d1ad81
commit
d922bd9afc
28 changed files with 143 additions and 70 deletions
2
.github/workflows/netxlite.yml
vendored
2
.github/workflows/netxlite.yml
vendored
|
|
@ -1,10 +1,10 @@
|
|||
# netxlite runs unit and integration tests on our fundamental net library
|
||||
name: netxlite
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
- "release/**"
|
||||
jobs:
|
||||
test_netxlite_package:
|
||||
runs-on: "${{ matrix.os }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue