Remove un-necessary rm in workflow

This commit is contained in:
jeremy 2022-11-07 17:32:09 +01:00
parent c16f948de9
commit a54bcb9819

View File

@ -180,7 +180,6 @@ jobs:
# Run simulation tests.
cd tests/mgbench
rm -r .cache
./benchmark.py accesscontrol/small --num-workers-for-import 1 --test-system-arg "bolt-num-workers 1"
release_build:
@ -237,7 +236,6 @@ jobs:
# Run simulation tests.
cd tests/mgbench
rm -r .cache
./benchmark.py accesscontrol/small --num-workers-for-import 1 --test-system-arg "bolt-num-workers 1"
- name: Run e2e tests