From ff8e98bebee144321d7c39234deff43f9211dfbc Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 17 Oct 2024 09:45:16 -0700 Subject: [PATCH] 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. --- .github/workflows/commit.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 25d8c52f9..ca5a85b8f 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -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: