Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test-renderers: update fog-None-wgpu image. #502

Merged
merged 2 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ jobs:
# about caching the builds of them.
# cargo-mutants is not used in this step but it will be cached for later use.
run: |
cargo install --locked [email protected] [email protected]
cargo install [email protected]
cargo install --locked [email protected] [email protected] [email protected]


- run: df -h .
Expand Down Expand Up @@ -405,7 +404,7 @@ jobs:

# Install cargo-mutants
# This should usually be already installed, but is present in case of cache miss
- run: cargo install cargo-mutants@24.5.0
- run: cargo install --locked cargo-mutants@24.7.1

- name: Relative diff
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: rustup toolchain install stable --profile=minimal

- name: Install cargo-mutants
run: cargo install cargo-mutants@24.5.0
run: cargo install --locked cargo-mutants@24.7.1

- name: Run mutation testing for all-is-cubes
timeout-minutes: 60
Expand Down
Binary file modified test-renderers/expected/renderers/fog-None-wgpu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading