1
0
mirror of https://github.com/facebook/zstd.git synced 2026-01-06 11:21:19 +03:00

Make regression test run on every PR

This commit is contained in:
senhuang42
2021-06-01 05:59:01 +03:00
committed by Sen Huang
parent 18d02cbf2e
commit 88acf0ac65

View File

@@ -84,21 +84,10 @@ workflows:
commit:
jobs:
# Run the tests in parallel
- short-tests-0:
filters:
tags:
only: /.*/
- short-tests-1:
filters:
tags:
only: /.*/
# Create a branch called regression and set it to dev to force a
# regression test run
- regression-test:
filters:
branches:
only:
- regression
- short-tests-0
- short-tests-1
- regression-test
nightly:
triggers:
- schedule:
@@ -110,7 +99,7 @@ workflows:
- dev
- master
jobs:
# Run daily long regression tests
# Run daily regression tests
- regression-test