Skip to content

Commit e6af93a

Browse files
authored
Merge pull request #1635 from nicolasnoble/tests-and-fixes
Improving testing a bit, and fixing i18n regeneration.
2 parents 545df4c + bbc1495 commit e6af93a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424
- run: |
25-
make -j 2 all pcsx-redux-tests
25+
make -j 2 all pcsx-redux-tests tools
2626
make -C src/mips/tests -j 2 PCSX_TESTS=true
2727
make -C src/mips/openbios -j 2 clean all
2828
- name: Packaging

.github/workflows/linux-coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
env:
1515
TEST_RESULTS: /tmp/test-results
1616
BUILD: Coverage
17+
CPPFLAGS: -Werror=format-security
1718
steps:
1819
- name: Update lcov, because https://bugs.launchpad.net/ubuntu/+source/lcov/+bug/2029924
1920
run: |

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ gitclean:
280280
git submodule foreach --recursive git clean -f -d -x
281281

282282
define msgmerge
283-
msgmerge --update i18n/$(1).po i18n/pcsx-redux.pot
283+
-msgmerge --update i18n/$(1).po i18n/pcsx-redux.pot
284284

285285
endef
286286

0 commit comments

Comments
 (0)