Lines Matching full:cargo
23 - run: cargo test
24 - run: cargo test --no-default-features
25 - run: cargo test --features span-locations
26 - run: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test
27 - run: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test --no-default-features
39 - run: cargo test
40 - run: cargo test --no-default-features
41 …- run: cargo test --no-default-features -- --ignored # run the ignored test to make sure the `proc…
42 - run: cargo test --features span-locations
43 - run: cargo test --manifest-path tests/ui/Cargo.toml
44 - run: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test
45 - run: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test --no-default-features
46 - run: RUSTFLAGS='-Z allow-features=' cargo test
47 - run: cargo update -Z minimal-versions && cargo build
60 - run: cargo test --target wasm32-unknown-unknown --no-run
73 - run: cargo clippy -- -Dclippy::all