Skip to content

Commit

Permalink
add credentials for sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Mar 5, 2024
1 parent 47f9106 commit e09690a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
uses: ./.github/actions/prep-ubuntu
with:
cache: enabled
# Cache needs Google credentials:
GWIP: ${{ secrets.GWIP_SCCACHE }}
GSA: ${{ secrets.GSA_SCCACHE }}

- name: Install Tarpaulin
run: cargo install --locked cargo-tarpaulin
Expand All @@ -27,7 +30,8 @@ jobs:
env:
RUST_BACKTRACE: 1
run: |
cargo tarpaulin --timeout 3600 -e runtime-integration-tests --features fast-runtime --workspace -v --exclude-files **/mock.rs **/weights.rs **/weights/* --out xml
cargo tarpaulin --timeout 300 -e runtime-integration-tests --features fast-runtime \
--workspace --exclude-files **/mock.rs **/weights.rs **/weights/* --out xml
# UPLOAD REPORTS (requires cargo 1.70.0)
- name: Upload to codecov.io
Expand Down

0 comments on commit e09690a

Please sign in to comment.