Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .config/lingua.dic
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ jsonrpsee
keccak
keccak256/M
keyring
keystore/MS
kusama/S
lane
malus
Expand Down
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ check:
stage: check
<<: *docker-env
<<: *test-refs
variables:
RUSTC_WRAPPER: ""
script: &check-script
- time cargo check --verbose --workspace
# Check Rialto benchmarks runtime
Expand All @@ -139,6 +141,7 @@ test:
<<: *test-refs
variables:
RUSTFLAGS: "-D warnings"
RUSTC_WRAPPER: ""
script: &test-script
- time cargo test --verbose --workspace

Expand Down
Loading