Cypress workflow: remove redundant rust-crypto param

https://github.com/matrix-org/matrix-react-sdk/pull/11828 removes the
`rust-crypto` input param from the reusable cypress workflow. This gets rid of
it on the calling side.
This commit is contained in:
Richard van der Hoff
2023-11-03 15:51:07 +00:00
parent 7921fee164
commit 89b7e7d792
-1
View File
@@ -33,7 +33,6 @@ jobs:
TCMS_PASSWORD: ${{ secrets.TCMS_PASSWORD }}
with:
react-sdk-repository: matrix-org/matrix-react-sdk
rust-crypto: true
# We want to make the cypress tests a required check for the merge queue.
#