Skip to content

Commit

Permalink
🤦 2️⃣
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Feb 27, 2024
1 parent beea6bc commit eecbe7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
shell: bash
run: |
for example_name in anti_aliasing deferred_rendering irradiance_volumes parallax_mapping tonemapping update_gltf_scene; do
time WGPU_BACKEND=dx12 CI_TESTING_CONFIG=config.ron cargo run --example $example_name --features "bevy_ci_testing"
time WGPU_BACKEND=dx12 CI_TESTING_CONFIG=.github/example-run/config.ron cargo run --example $example_name --features "bevy_ci_testing"
sleep 10
done

0 comments on commit eecbe7b

Please sign in to comment.