We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c57c1 commit a12e31fCopy full SHA for a12e31f
.github/workflows/ci.yml
@@ -43,8 +43,6 @@ jobs:
43
- uses: actions/checkout@v2
44
- name: rust toolchain
45
run: rustup show
46
- - name: add wasm target
47
- run: rustup target add wasm32-unknown-unknown
48
- uses: olix0r/cargo-action-fmt@ee1ef42932e44794821dab57ef1bf7a73df8b21f
49
- uses: extractions/setup-just@v1
50
- name: run just check
@@ -62,8 +60,6 @@ jobs:
62
60
63
61
64
65
66
67
68
69
- name: run just clippy
0 commit comments