Skip to content

Commit

Permalink
Remove test-readme-examples
Browse files Browse the repository at this point in the history
we shouldn't have a feature flag for this it should always be done.
  • Loading branch information
LLFourn authored and danielabrozzoni committed Mar 2, 2023
1 parent b60820a commit 6d05598
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,29 +47,6 @@ jobs:
- name: Test
run: cargo test --features ${{ matrix.features }}

test-readme-examples:
name: Test README.md examples
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: cache
uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-test-md-docs-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
- name: Set default toolchain
run: rustup default nightly
- name: Set profile
run: rustup set profile minimal
- name: Update toolchain
run: rustup update
- name: Test
run: cargo test --features test-md-docs --no-default-features -- doctest::ReadmeDoctests

check-wasm:
name: Check WASM
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 6d05598

Please sign in to comment.