Skip to content
Snippets Groups Projects
Unverified Commit 5d8e2046 authored by sam edelsten's avatar sam edelsten Committed by GitHub
Browse files

add --all-features to CI checks (#126)

parent 6818cbcc
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ jobs:
- name: Cache
uses: Swatinem/rust-cache@v2
- name: Check
run: cargo check --all-targets
run: cargo check --all-features --all-targets
check-wasm:
name: Check wasm
runs-on: ubuntu-latest
......@@ -41,7 +41,7 @@ jobs:
- name: Cache
uses: Swatinem/rust-cache@v2
- name: Check
run: RUSTFLAGS=--cfg=web_sys_unstable_apis cargo check --target wasm32-unknown-unknown --all-targets
run: RUSTFLAGS=--cfg=web_sys_unstable_apis cargo check --all-features --target wasm32-unknown-unknown --all-targets
lints:
name: Lints
runs-on: ubuntu-latest
......@@ -78,7 +78,7 @@ jobs:
- name: Cache
uses: Swatinem/rust-cache@v2
- name: Test bevy-markdown
- name: Test bevy_cosmic_edit
run: cargo test -p bevy_cosmic_edit --lib
# coverage:
# runs-on: ubuntu-latest
......@@ -107,4 +107,4 @@ jobs:
# with:
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
# files: lcov.info
# fail_ci_if_error: true
\ No newline at end of file
# fail_ci_if_error: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment