Remove un-necessary rm in workflow
This commit is contained in:
parent
c16f948de9
commit
a54bcb9819
2
.github/workflows/diff.yaml
vendored
2
.github/workflows/diff.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user