Skip to content

Commit

Permalink
Merge branch 'master' into v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Aug 1, 2023
2 parents 9d156ca + 999bab2 commit 47f33ec
Show file tree
Hide file tree
Showing 8 changed files with 167 additions and 107 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ jobs:
with:
command: check
args: --workspace
no-default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install rust stable
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: No features
uses: actions-rs/cargo@v1
with:
command: check
args: --workspace --no-default-features
features:
runs-on: ubuntu-latest
strategy:
Expand Down
122 changes: 71 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 47f33ec

Please sign in to comment.