mirror of
https://github.com/facebook/zstd.git
synced 2024-11-23 17:06:43 +08: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:
parent
47d4f5662d
commit
ff8e98bebe
7
.github/workflows/commit.yml
vendored
7
.github/workflows/commit.yml
vendored
@ -3,7 +3,12 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
permissions: read-all
|
||||
|
||||
jobs:
|
||||
short-tests-0:
|
||||
runs-on: ubuntu-latest
|
||||
@ -27,6 +32,7 @@ jobs:
|
||||
make -j regressiontest; make clean
|
||||
make shortest; make clean
|
||||
make cxxtest; make clean
|
||||
|
||||
short-tests-1:
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
@ -49,6 +55,7 @@ jobs:
|
||||
make aarch64build V=1; make clean
|
||||
make -C tests test-legacy test-longmatch; make clean
|
||||
make -C lib libzstd-nomt; make clean
|
||||
|
||||
regression-test:
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
|
Loading…
Reference in New Issue
Block a user