xtask: Fix clippy-wasm ci job

Looks like it is not run in CI currently.
This commit is contained in:
Jonas Platte 2024-01-10 16:19:49 +01:00
parent 36fec32640
commit d77c0d0bd7

View File

@ -277,7 +277,7 @@ impl CiTask {
cmd!( cmd!(
" "
rustup run {NIGHTLY} cargo clippy --target wasm32-unknown-unknown rustup run {NIGHTLY} cargo clippy --target wasm32-unknown-unknown
-p ruma-common --features api,events,js,markdown,rand -p ruma-common --features api,js,rand
" "
) )
.run() .run()