Remove test-readme-examples
we shouldn't have a feature flag for this it should always be done.
This commit is contained in:
parent
b60820a7b5
commit
6d05598407
23
.github/workflows/cont_integration.yml
vendored
23
.github/workflows/cont_integration.yml
vendored
@ -47,29 +47,6 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: cargo test --features ${{ matrix.features }}
|
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:
|
check-wasm:
|
||||||
name: Check WASM
|
name: Check WASM
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
Loading…
x
Reference in New Issue
Block a user