Skip to content

Commit

Permalink
Use nightly toolchain for careful
Browse files Browse the repository at this point in the history
Co-Authored-By: Paul Horn <dev@knutwalker.engineer>
  • Loading branch information
s1ck and knutwalker committed Jul 21, 2023
1 parent 5ea05f1 commit f1a35bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ jobs:
- name: Install cargo-careful
run: cargo install cargo-careful
- name: Run unit tests
run: cargo careful test --no-default-features
run: cargo +nightly careful test --no-default-features
- name: Run unit tests
run: cargo careful test --features force_fallback_impl
run: cargo +nightly careful test --features force_fallback_impl
- name: Run unit tests
run: cargo careful test --all-features
run: cargo +nightly careful test --all-features

build_python:
name: Build graph-mate with maturin
Expand Down

0 comments on commit f1a35bd

Please sign in to comment.