added CI test

This commit is contained in:
Yann Collet
2025-03-28 09:18:17 -07:00
parent 0bde39a9b3
commit a293cdcb85
2 changed files with 96 additions and 1 deletions
+4 -1
View File
@@ -28,7 +28,10 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
- name: make test
run: make test
run: |
make test
make -j zstd
./tests/test_process_substitution.bash ./zstd
# lasts ~26mn
make-test-macos: