fix(ci): unbreak things
This commit is contained in:
parent
df88862eb3
commit
23e0b8adf1
1 changed files with 5 additions and 9 deletions
14
.github/workflows/rust.yml
vendored
14
.github/workflows/rust.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- name: Add WASM target
|
- name: Add WASM target
|
||||||
run: rustup target add wasm32-wasi
|
run: rustup target add wasm32-wasi
|
||||||
- name: Install cargo-make
|
- name: Install cargo-make
|
||||||
run: cargo install --force cargo-make
|
run: cargo install --debug cargo-make
|
||||||
- name: Build & Test
|
- name: Build & Test
|
||||||
run: cargo make
|
run: cargo make
|
||||||
|
|
||||||
|
|
@ -29,22 +29,18 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Add WASM target
|
|
||||||
run: rustup target add wasm32-wasi
|
|
||||||
- name: Install cargo-make
|
- name: Install cargo-make
|
||||||
run: cargo install --force cargo-make
|
run: cargo install --debug cargo-make
|
||||||
- name: Check Format
|
- name: Check Format
|
||||||
run: cargo make check-format
|
run: cargo make check-format
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
name: Check For Clippy Lints
|
name: Check Clippy Lints
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Add WASM target
|
|
||||||
run: rustup target add wasm32-wasi
|
|
||||||
- name: Install cargo-make
|
- name: Install cargo-make
|
||||||
run: cargo install --force cargo-make
|
run: cargo install --debug cargo-make
|
||||||
- name: Check Format
|
- name: Check Lints
|
||||||
run: cargo make clippy -D clippy::all
|
run: cargo make clippy -D clippy::all
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue