Skip to content

Commit

Permalink
As simple as possible I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
tsadpbb committed Sep 10, 2024
1 parent 7cde1d4 commit 0760b3e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ jobs:
run: |
sudo apt update
sudo apt remove libgd3 nginx
sudo apt install libgd-dev valgrind gcovr lcov gperf
sudo apt install libgd-dev valgrind
- name: configure
run: ./configure --enable-testing
- name: Run Tests
run: make test
- name: Coverage
run: gcovr -r .

0 comments on commit 0760b3e

Please sign in to comment.