Skip to content

Commit

Permalink
Some more fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Nov 15, 2023
1 parent d169d84 commit b8b4533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ jobs:
export PATH=${{ env.VCPKG_DIR_U }}/installed/${{ matrix.arch.triplet }}/bin:$PATH
mkdir -p "build/Testing/Temporary"
cp "cmake/CTestCostData.txt" "build/Testing/Temporary"
ctest --parallel ${{ env.CORES }} --test-dir build -C Release --output-on-failure
ctest --parallel ${{ env.CORES }} --test-dir build -C Release -V
2 changes: 1 addition & 1 deletion src/tests/cli_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4162,7 +4162,7 @@ def test_sym_encryption__rnp_aead(self):

# Encrypt and decrypt cleartext using the AEAD
for _ in range(4):
rnp_sym_encryption_rnp_aead(250000, 'AES', [None, 0], [None, None], GPG_AEAD)
rnp_sym_encryption_rnp_aead(250000, 'AES', None, [None, None], GPG_AEAD)
#for _ in range(16):
# rnp_sym_encryption_rnp_aead(250000, 'AES256', ['zlib'], [None, None], GPG_AEAD)
#for _ in range(16):
Expand Down

0 comments on commit b8b4533

Please sign in to comment.