Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
herrera-diego authored Oct 1, 2021
1 parent a6565f3 commit dae0a99
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repo
- uses: actions/checkout@v2

- name: configure
run: ./configure
- name: Install dependencies
run: make
- name: Run check
run: make check
- name: Build
run: make all

- name: Build tests
run: make tests

- name: Execute tests
run: ./bin/unittest

- name: Run distcheck
run: make distcheck

0 comments on commit dae0a99

Please sign in to comment.