]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
enable regression tests at pull request time
authorYann Collet <cyan@fb.com>
Thu, 17 Oct 2024 16:45:16 +0000 (09:45 -0700)
committerYann Collet <cyan@fb.com>
Thu, 17 Oct 2024 16:45:16 +0000 (09:45 -0700)
was transferred from circleci,
but was only triggered on push into dev,
i.e. after pull request is merged.

.github/workflows/commit.yml

index 25d8c52f9ef461038a1c5447015d4f93130a7a52..ca5a85b8f820b659b08c184d69cc59cc9f599a2d 100644 (file)
@@ -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: