Skip to content

Commit

Permalink
Improvements in log macro (#630)
Browse files Browse the repository at this point in the history
The PR adds some improvements in `log` macro.
  • Loading branch information
aleksuss authored Nov 2, 2022
1 parent d20c486 commit 9df81e1
Show file tree
Hide file tree
Showing 8 changed files with 167 additions and 211 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3
- name: Restore cache
run: |
cache-util restore cargo_git cargo_registry sccache yarn_cache
cache-util restore cargo_git cargo_registry yarn_cache
cache-util restore aurora-engine-target@generic@${{ hashFiles('**/Cargo.lock') }}:target
- name: Build contracts
run: cargo make build-contracts
Expand All @@ -39,7 +39,7 @@ jobs:
run: cargo make --profile testnet test-workspace
- name: Save cache
run: |
cache-util save cargo_git cargo_registry sccache yarn_cache
cache-util save cargo_git cargo_registry yarn_cache
cache-util msave aurora-engine-target@generic@${{ hashFiles('**/Cargo.lock') }}:target
env:
CARGO_TERM_COLOR: always
Expand Down
Loading

0 comments on commit 9df81e1

Please sign in to comment.