Merge branch 'nora/subplot-cache' into 'main'
ci: Use separate cache for subplot job See merge request openpgp-card/openpgp-card!15
This commit is contained in:
commit
af9d4f49ad
1 changed files with 4 additions and 2 deletions
|
@ -144,8 +144,10 @@ subplot:
|
|||
cache:
|
||||
# inherit all general cache settings
|
||||
<<: *general_cache_config
|
||||
# override the key
|
||||
key: "rust-latest"
|
||||
# subplot uses tests/virtual-card-available to indicate that tests which use
|
||||
# virtual cards should be created. The cache with this file should not be
|
||||
# shared.
|
||||
key: "subplot"
|
||||
|
||||
run_cardtest_smartpgp:
|
||||
stage: virtual-test
|
||||
|
|
Loading…
Reference in a new issue