@@ -19,6 +19,7 @@ before_script:
- rustup update nightly
- rustup target add ${TARGET}
- rustup target add wasm32-unknown-unknown --toolchain nightly
+ - rustup show
script:
- cargo fmt --all -- --check