Skip to content

Commit

Permalink
Github actions: build release version for test
Browse files Browse the repository at this point in the history
  • Loading branch information
abbyssoul committed Mar 10, 2020
1 parent 4c35d3a commit 475ba01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: seanmiddleditch/gha-setup-ninja@master

- name: configure
run: ./configure --enable-debug --enable-coverage --enable-sanitizer
run: ./configure --enable-sanitizer
- name: code-check
run: make codecheck
- name: make
Expand Down

0 comments on commit 475ba01

Please sign in to comment.