Skip to content

Commit fb45dd3

Browse files
piobablarry0xgrod220
authored
Release/mp 2503 (#197)
* Mp 2422 emergency role improve (#185) * Mp 2460 reject unexpected payment (#186) * Compute utilization rate using internally-tracked parameters (#180) * Update owner pkg to 1.2.0 (#198) Co-authored-by: larry <[email protected]> Co-authored-by: Gabe Rodriguez <[email protected]>
1 parent 3bacf27 commit fb45dd3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1778
-936
lines changed

.github/workflows/coverage.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ jobs:
3030
- name: Install cargo make
3131
uses: davidB/rust-cargo-make@v1
3232

33-
# artifacts used by tests
33+
# Artifacts used by tests.
34+
# Change owner of the current directory (rust-optimizer set root for artifacts / target).
3435
- name: Compile workspace
35-
run: cargo make build
36+
run: |
37+
cargo make rust-optimizer
38+
sudo chown -R $USER .
3639
3740
- name: Run test coverage
3841
run: cargo make coverage-lcov

0 commit comments

Comments
 (0)