Skip to content

Commit

Permalink
removes redundant incrementals
Browse files Browse the repository at this point in the history
  • Loading branch information
naomijub committed Apr 7, 2024
1 parent 01f0424 commit c3af306
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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"


Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/example_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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`
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit c3af306

Please sign in to comment.