File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
- name : Install Rust
17
17
run : |
18
18
rustup toolchain install nightly --component llvm-tools-preview rustfmt clippy
19
+ # Installing wasm32 target for compiling the test-contract
19
20
rustup toolchain install nightly --target wasm32-unknown-unknown
20
21
21
- # Compining test-contract
22
+ # Compiling the test-contract
22
23
- name : Compiling test-contract
23
24
run : |
24
25
cd test-contract
@@ -33,12 +34,11 @@ jobs:
33
34
- name : Upload coverage to Codecov
34
35
uses : codecov/codecov-action@v1
35
36
with :
36
- token : ${{ secrets.CODECOV_TOKEN }} # not required for public repos
37
37
files : lcov.info
38
38
fail_ci_if_error : true
39
39
40
40
- name : fmt check
41
41
run : cargo +nightly fmt --all -- --check
42
42
43
43
- name : Clippy check
44
- run : cargo +nightly clippy --all-targets --all-features -- -D warnings
44
+ run : cargo +nightly clippy --all-targets --all-features -- -D warnings
You can’t perform that action at this time.
0 commit comments