Skip to content

Commit

Permalink
fix run-tests, coverage and mdbook flows
Browse files Browse the repository at this point in the history
cargo update and tweak lockfile
fix default-features
  • Loading branch information
d3v-null committed Jul 4, 2024
1 parent ff2f29a commit f2013ca
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 73 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ jobs:
with:
files: lcov.info
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/deploy-mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Build and Test
run: |
cd mdbook
mdbook-admonish install
mdbook build
mdbook test
- uses: JamesIves/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Minimum-specified Rust version works
run: |
MIN_RUST=$(grep -m1 "rust-version" Cargo.toml | sed 's|.*\"\(.*\)\"|\1|')
MIN_RUST=$(grep -m1 "rust-version" Cargo.toml | sed 's|.*\"\(.*\)\".*|\1|')
~/.cargo/bin/rustup install $MIN_RUST --profile minimal
cargo clean
cargo +${MIN_RUST} test --locked --release
Expand Down
Loading

0 comments on commit f2013ca

Please sign in to comment.