mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-03-12 09:29:11 +00:00
Apply suggestions from code review
Co-authored-by: hinto-janai <hinto.janai@protonmail.com>
This commit is contained in:
parent
43da7e5962
commit
92935b8f98
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -46,13 +46,13 @@ jobs:
|
||||||
- name: Spell Check
|
- name: Spell Check
|
||||||
uses: crate-ci/typos@master
|
uses: crate-ci/typos@master
|
||||||
|
|
||||||
# Run 32-bit support check separately.
|
# Run 32-bit WASM support check separately.
|
||||||
bit-32-support:
|
wasm-32-bit-support:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# The list of crates to check for 32 bit support
|
# The list of crates to check for WASM 32 bit support
|
||||||
# TODO: check features.
|
# TODO: check features.
|
||||||
crate: [
|
crate: [
|
||||||
cuprate-epee-encoding,
|
cuprate-epee-encoding,
|
||||||
|
@ -72,7 +72,7 @@ jobs:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
targets: wasm32-unknown-unknown
|
targets: wasm32-unknown-unknown
|
||||||
|
|
||||||
- name: Build 32 bit
|
- name: Build WASM 32-bit
|
||||||
run: cargo build --target wasm32-unknown-unknown -p ${{ matrix.crate }}
|
run: cargo build --target wasm32-unknown-unknown -p ${{ matrix.crate }}
|
||||||
|
|
||||||
# All other CI.
|
# All other CI.
|
||||||
|
|
Loading…
Reference in a new issue