Skip to content

Commit

Permalink
update description for the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qalisander committed Dec 10, 2024
1 parent ca03c33 commit 9881bfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ jobs:
submodules: true

- name: Install rust
# We run in nightly to make use of the `#[coverage(off)]` attribute (see _contracts/src/lib.rs_)
# We'll return to stable release after the tracking issue is merged (and the feature is stable)
# See: https://github.com/rust-lang/rust/issues/84605
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
Expand Down

0 comments on commit 9881bfa

Please sign in to comment.