From c3af306a656ba0ccf4f263ec2ecf5a46fbc7c2ce Mon Sep 17 00:00:00 2001 From: Julia Naomi Date: Sun, 7 Apr 2024 16:03:17 -0500 Subject: [PATCH] removes redundant incrementals --- .github/workflows/ci.yaml | 5 ----- .github/workflows/example_validation.yml | 6 ------ 2 files changed, 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 14f3bea9..6dff2f24 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,8 +49,6 @@ jobs: run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev - name: Run cargo test run: cargo test --workspace --no-default-features --profile=ci --features "dynamic_linking" - env: - CARGO_INCREMENTAL: 1 test_all: name: Test all features @@ -75,8 +73,6 @@ jobs: run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev - name: Run cargo test run: cargo test --workspace --all-features --profile=ci - env: - CARGO_INCREMENTAL: 1 test_all_macos_n_windows: strategy: @@ -103,7 +99,6 @@ jobs: - name: Run cargo test run: cargo test --workspace --all-features --profile=ci env: - CARGO_INCREMENTAL: 1 RUSTFLAGS: "-C debuginfo=0" diff --git a/.github/workflows/example_validation.yml b/.github/workflows/example_validation.yml index b1f878e5..3da0b5eb 100644 --- a/.github/workflows/example_validation.yml +++ b/.github/workflows/example_validation.yml @@ -54,11 +54,9 @@ jobs: # this uses the same command as when running the example to ensure build is reused run: CARGO_PROFILE_RELEASE_DEBUG=true TRACE_CHROME=trace-platformer.json CI_TESTING_CONFIG=.github/example-run/platformer.ron cargo +nightly build --example platformer --profile=ci --features "bevy_xpbd_3d,bevy/bevy_ci_testing,bevy/trace_chrome,bevy/trace,backtrace" env: - CARGO_INCREMENTAL: 1 RUSTFLAGS: "-C debuginfo=0" - name: Run examples env: - CARGO_INCREMENTAL: 1 RUSTFLAGS: "-C debuginfo=0" run: | example_name=`basename plaformer.ron` @@ -124,11 +122,9 @@ jobs: # this uses the same command as when running the example to ensure build is reused run: TRACE_CHROME=trace-spawn_prefab_with_physics.json CI_TESTING_CONFIG=.github/example-run/spawn_prefab_with_physics.ron cargo +nightly build --example spawn_prefab_with_physics --profile=ci --features "bevy_xpbd_3d,bevy/bevy_ci_testing,bevy/trace_chrome,bevy/trace" env: - CARGO_INCREMENTAL: 1 RUSTFLAGS: "-C debuginfo=0" - name: Run examples env: - CARGO_INCREMENTAL: 1 RUSTFLAGS: "-C debuginfo=0" run: | example_name=`basename plaformer.ron` @@ -194,11 +190,9 @@ jobs: # this uses the same command as when running the example to ensure build is reused run: TRACE_CHROME=trace-external_plugin.json CI_TESTING_CONFIG=.github/example-run/external_plugin.ron cargo +nightly build --bin plugin_test --profile=ci --features "bevy/bevy_ci_testing,bevy/trace_chrome,bevy/trace" env: - CARGO_INCREMENTAL: 1 RUSTFLAGS: "-C debuginfo=0" - name: Run examples env: - CARGO_INCREMENTAL: 1 RUSTFLAGS: "-C debuginfo=0" run: | example_name=`basename plaformer.ron`