Skip to content

Commit

Permalink
Add tester to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cfareste committed Jun 14, 2024
1 parent d6c8bf8 commit 2ba38e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v4
#- name: configure
# run: ./configure
- name: make
run: make
- run: make
- run: make test
#- name: make check
# run: make check
#- name: make distcheck
Expand Down

0 comments on commit 2ba38e4

Please sign in to comment.