Skip to content

Commit

Permalink
fix(ci): 💚 Ci not working due to nightly features
Browse files Browse the repository at this point in the history
  • Loading branch information
Trantorian committed Jan 11, 2024
1 parent de806b9 commit a060633
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: nighlty
override: true

- name: Cache Cargo Dependencies
Expand All @@ -43,7 +43,4 @@ jobs:
cargo fmt -- --check
- name: Build
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose
run: cargo build --verbose

0 comments on commit a060633

Please sign in to comment.