Skip to content

Commit

Permalink
Use build instead of check to ignore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Dec 28, 2023
1 parent cccc70e commit 93641de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Make
working-directory: wcslib-8.2.2
run: make check
run: make build

- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Make
working-directory: wcslib-8.2.2
run: make check CFLAGS=-DNO_OLDNAMES
run: make build CFLAGS=-DNO_OLDNAMES

- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 93641de

Please sign in to comment.