Don't 'cd' into the card-functionality directory to run tests ('cd'-ing broke the caching mechanism). Adjust test configurations accordingly.
11 lines
242 B
TOML
11 lines
242 B
TOML
# SPDX-FileCopyrightText: 2021 Heiko Schaefer <heiko@schaefer.name>
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
[card.ykneo]
|
|
backend.pcsc = "0006:11112222"
|
|
config.keygen = [
|
|
"RSA2k",
|
|
]
|
|
config.import = [
|
|
"card-functionality/data/rsa2k.sec",
|
|
]
|