Skip to content

Commit ccb851d

Browse files
ci.sh: Delete ALL mappings when switching to all providers tests
kim-mappings are currently not being deleted. * Delete all mappings when switching to all providers tests instead of just some of them. This is needed to avoid previous tests from corrupting the results of the all providers tests. Signed-off-by: Tomás González <[email protected]>
1 parent fc913a8 commit ccb851d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ RUST_BACKTRACE=1 cargo test $FEATURES
398398

399399
# Removing any mappings or on disk keys left over from integration tests
400400
rm -rf mappings/
401+
rm -rf kim-mappings/
401402
rm -f *.psa_its
402403

403404
echo "Start Parsec for end-to-end tests"

0 commit comments

Comments
 (0)