Skip to content

Commit

Permalink
Fix the transitive dependency issue with scale bits. Update actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed Mar 31, 2023
1 parent 690c6a9 commit d60bdf8
Show file tree
Hide file tree
Showing 6 changed files with 368 additions and 946 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/rust_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
toolchain: nightly #-2022-11-15 # toolchain
command: clippy
args: --all-targets -- -D warnings -W clippy::cognitive_complexity
#- name: Test
# uses: actions-rs/cargo@v1
# env:
# SUBVT_ENV: 'test'
# with:
# command: test
# args: -- --test-threads=1
- name: Test
uses: actions-rs/cargo@v1
env:
SUBVT_ENV: 'test'
with:
command: test
args: -- --test-threads=1
Loading

0 comments on commit d60bdf8

Please sign in to comment.