mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-03-15 16:32:23 +00:00
This commit is contained in:
parent
c9b34a7e91
commit
43da7e5962
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -46,11 +46,14 @@ jobs:
|
||||||
- name: Spell Check
|
- name: Spell Check
|
||||||
uses: crate-ci/typos@master
|
uses: crate-ci/typos@master
|
||||||
|
|
||||||
|
# Run 32-bit support check separately.
|
||||||
bit-32-support:
|
bit-32-support:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
# The list of crates to check for 32 bit support
|
||||||
|
# TODO: check features.
|
||||||
crate: [
|
crate: [
|
||||||
cuprate-epee-encoding,
|
cuprate-epee-encoding,
|
||||||
cuprate-rpc-types,
|
cuprate-rpc-types,
|
||||||
|
|
Loading…
Reference in a new issue