Skip to content

Commit

Permalink
Build and run test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed Jul 16, 2024
1 parent 0adc760 commit 55a986f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ jobs:
run: sudo apt-get install -y cppcheck
- name: Run cppcheck
run: cppcheck --enable=all --inline-suppr --suppress=missingIncludeSystem --force *.c
- name: Build
run: make
- name: Test
run: test "$(./qrcode -n -e 'Hello, World!' | ./qrcode -d)" = 'Hello, World!'

0 comments on commit 55a986f

Please sign in to comment.