Skip to content

Commit

Permalink
chore: update dependencies and remove nightly as mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultRuby authored and MarioArnt committed Jan 16, 2024
1 parent 679e21a commit c9b8d9a
Show file tree
Hide file tree
Showing 5 changed files with 734 additions and 557 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ jobs:
run: |
cargo --version
rustc --version
cargo clippy --version
cargo fmt --version
cargo clippy --version
- name: Lint
run: |
cd src
cargo +nightly fmt -- --check
cargo +nightly clippy -- -D warnings
cargo fmt -- --check
cargo clippy -- -D warnings
- name: Test
run: |
cargo +nightly check
cargo +nightly test --all
cargo check
cargo test --all
- name: Build
run: |
cargo +nightly build --release
cargo build --release
Loading

0 comments on commit c9b8d9a

Please sign in to comment.