Skip to content

Commit

Permalink
Add -Zprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
dacut committed Sep 27, 2022
1 parent 5899988 commit 63b88ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions-rs/grcov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
branch: true
excl-start: "#\[cfg\(test\)\]"
excl-start: "#\\[cfg\\(test\\)\\]"
excl-end: "end tests"
filter: covered
ignore:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- main
env:
CARGO_INCREMENTAL: '0'
RUSTFLAGS: '-Ccodegen-units=1 -Cinstrument-coverage -Copt-level=0'
RUSTDOCFLAGS: '-Ccodegen-units=1 -Cinstrument-coverage -Copt-level=0'
RUSTFLAGS: '-Ccodegen-units=1 -Cinstrument-coverage -Copt-level=0 -Zprofile'
RUSTDOCFLAGS: '-Ccodegen-units=1 -Cinstrument-coverage -Copt-level=0 -Zprofile'

jobs:
build:
Expand Down

0 comments on commit 63b88ed

Please sign in to comment.