Skip to content

Commit

Permalink
Fix environment variable in CI script
Browse files Browse the repository at this point in the history
This shouldn't really cause problems, but it makes sense to use the
correct name there.
  • Loading branch information
FreezyLemon committed Feb 22, 2024
1 parent 7852a73 commit 50fd30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Run tests
env:
LLVM_PROFILE_FILE: "{{ name }}-%p-%m.profraw"
LLVM_PROFILE_FILE: "v_frame-%p-%m.profraw"
RUSTFLAGS: >
-Cinstrument-coverage -Ccodegen-units=1 -Clink-dead-code
-Coverflow-checks=off
Expand Down

0 comments on commit 50fd30e

Please sign in to comment.