Skip to content

Commit

Permalink
Don't worry about splitting tests up
Browse files Browse the repository at this point in the history
  • Loading branch information
tsadpbb committed Sep 9, 2024
1 parent 352cb2e commit dc9419f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,5 @@ jobs:
sudo apt install libgd-dev valgrind gcovr lcov gperf
- name: configure
run: ./configure --enable-libtap
- name: Make Test Libs
run: cd ./lib && make test
- name: Perl Tests
run: make test-perl
- name: Tap Tests
run: make test-tap
- name: Run Tests
run: make test

0 comments on commit dc9419f

Please sign in to comment.