mirror of
https://gitee.com/openharmony/third_party_rust_proc-macro2
synced 2024-11-27 01:20:48 +00:00
More specifically run make_sure_no_proc_macro test in CI
This commit is contained in:
parent
74443a6795
commit
6083bef110
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
|
||||
- run: cargo test
|
||||
- run: cargo test --no-default-features
|
||||
- run: cargo test --no-default-features -- --ignored # run the ignored test to make sure the `proc-macro` feature is disabled
|
||||
- run: cargo test --no-default-features --test features -- --ignored make_sure_no_proc_macro # run the ignored test to make sure the `proc-macro` feature is disabled
|
||||
- run: cargo test --features span-locations
|
||||
- run: cargo test --manifest-path tests/ui/Cargo.toml
|
||||
- name: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test
|
||||
|
Loading…
Reference in New Issue
Block a user