Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
update nightly run
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberHoward committed Mar 23, 2023
1 parent 8f2df8f commit 78d6f93
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,17 +119,15 @@ jobs:
# Run with all features enabled
features:
name: Features
needs: compile
# needs: compile
runs-on: self-hosted
container:
image: rust:nightly
steps:
- name: Setup | Checkout
uses: actions/checkout@v3
- name: Setup | Rust
uses: ATiltedTree/setup-rust@v1
with:
rust-version: nightly
- name: Install nightly
uses: dtolnay/rust-toolchain@nightly
- name: Build | Compile
run: cargo +nightly check --all-features
run: cargo check --all-features

0 comments on commit 78d6f93

Please sign in to comment.