Skip to content

Commit

Permalink
Run only failing rnp test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Nov 6, 2024
1 parent 0f35ec8 commit fb3b2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
export PYTHONUTF8=1
export PATH="$PWD/build/src/lib:$PATH"
export RNP_LOG_CONSOLE=1
ctest --parallel ${{ env.CORES }} --test-dir build -C Debug --output-on-failure
ctest --parallel ${{ env.CORES }} --test-dir build -C Debug --output-on-failure -R rnp_tests.test_cli_rnpkeys_unicode
- name: Install
run: cmake --install build
Expand Down

0 comments on commit fb3b2f8

Please sign in to comment.