mirror of
https://github.com/facebook/zstd.git
synced 2025-08-07 06:23:00 +03:00
enable regression tests at pull request time
was transferred from circleci, but was only triggered on push into dev, i.e. after pull request is merged.
This commit is contained in:
7
.github/workflows/commit.yml
vendored
7
.github/workflows/commit.yml
vendored
@@ -3,7 +3,12 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- dev
|
||||||
|
|
||||||
permissions: read-all
|
permissions: read-all
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
short-tests-0:
|
short-tests-0:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -27,6 +32,7 @@ jobs:
|
|||||||
make -j regressiontest; make clean
|
make -j regressiontest; make clean
|
||||||
make shortest; make clean
|
make shortest; make clean
|
||||||
make cxxtest; make clean
|
make cxxtest; make clean
|
||||||
|
|
||||||
short-tests-1:
|
short-tests-1:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
services:
|
services:
|
||||||
@@ -49,6 +55,7 @@ jobs:
|
|||||||
make aarch64build V=1; make clean
|
make aarch64build V=1; make clean
|
||||||
make -C tests test-legacy test-longmatch; make clean
|
make -C tests test-legacy test-longmatch; make clean
|
||||||
make -C lib libzstd-nomt; make clean
|
make -C lib libzstd-nomt; make clean
|
||||||
|
|
||||||
regression-test:
|
regression-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
services:
|
services:
|
||||||
|
Reference in New Issue
Block a user