From ee1d7ac95fb9246054799ac10e8ae0079ce61045 Mon Sep 17 00:00:00 2001 From: z4yx Date: Thu, 10 Aug 2023 23:59:03 +0800 Subject: [PATCH] test FIDO2 in NFC mode --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fcf3aa60..fa22b289 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -109,10 +109,10 @@ jobs: #echo 1 >/tmp/canokey-test-nfc # Emulate the NFC mode #pushd test-real && ./test-libfido2.sh && popd cd fido2-tests - ../build/fido-hid-over-udp & - ~/.local/bin/pytest --color=yes --sim tests/standard/ -k "not test_keep_alive" + #../build/fido-hid-over-udp & + ~/.local/bin/pytest --color=yes --vendor canokeys --nfc tests/standard/ #~/.local/bin/pytest --color=yes --sim tests/vendor/canokeys/ - kill %1 + #kill %1 - name: Test the U2F run: |