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