Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add wasm toolchain to ci.
  • Loading branch information
dvc94ch committed Jun 9, 2020
commit e8b115cd6c91c1269fc5d217dbbfbaf1ef0bde9b
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:

- name: setup
run: |
rustup install nightly --profile default
rustup install nightly --profile default
rustup +nightly target add wasm32-unknown-unknown

- name: fmt
run: cargo +nightly fmt --all -- --check
Expand Down