Skip to content

Commit

Permalink
Fix environment variable in CI script (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon authored Feb 23, 2024
1 parent 7852a73 commit 6d417bd
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 6d417bd

Please sign in to comment.