Update ci.yml
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -33,16 +33,16 @@ jobs:
|
|||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
cmd: fmt
|
command: fmt
|
||||||
args: --all -- --check
|
args: --all -- --check
|
||||||
- name: Build debug
|
- name: Build debug
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
cmd: build
|
command: build
|
||||||
- name: Build release
|
- name: Build release
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
cmd: build
|
command: build
|
||||||
args: --release
|
args: --release
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@@ -70,5 +70,5 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
cmd: test
|
command: test
|
||||||
args: --all --features wasm_tests
|
args: --all --features wasm_tests
|
||||||
|
|||||||
Reference in New Issue
Block a user