Skip to content

Commit

Permalink
test FIDO2 in NFC mode
Browse files Browse the repository at this point in the history
  • Loading branch information
z4yx committed Aug 10, 2023
1 parent 1870751 commit ee1d7ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ee1d7ac

Please sign in to comment.