openpgp-card/card-functionality/docker/test-ykneo.toml
puzzlewolf f312ce94f7
Configure caching of Rust build artifacts.
Don't 'cd' into the card-functionality directory to run tests ('cd'-ing broke the caching mechanism).
Adjust test configurations accordingly.
2021-12-24 11:37:54 +01:00

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",
]