mirror of
https://github.com/Cuprate/cuprate.git
synced 2025-01-24 11:36:10 +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
|
||||
uses: crate-ci/typos@master
|
||||
|
||||
# Run 32-bit support check separately.
|
||||
bit-32-support:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
# The list of crates to check for 32 bit support
|
||||
# TODO: check features.
|
||||
crate: [
|
||||
cuprate-epee-encoding,
|
||||
cuprate-rpc-types,
|
||||
|
|
Loading…
Reference in a new issue