Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Apr 22, 2024
1 parent df773df commit 46bf7b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
make download-external-libs
make compile-external-libs
make -j`sysctl -n hw.logicalcpu`
make demos -j`sysctl -n hw.logicalcpu`
# make demos -j`sysctl -n hw.logicalcpu`
- name: Non regression
run: |
cd tests
Expand All @@ -89,6 +89,7 @@ jobs:
- name: Check the demo
run: |
cd doc/demos/Unzipper
V=1 make -j`sysctl -n hw.logicalcpu`
echo "1234" | ./build/demo_unzip -p -f -o /tmp ../../../tests/issues/issue_05_password.zip
ls /tmp/issue_05/foo/bar /tmp/issue_05/Nouveau\ dossier/ /tmp/issue_05/Nouveau\ fichier\ vide
Expand Down

0 comments on commit 46bf7b8

Please sign in to comment.