Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
plotchy authored Jun 26, 2024
1 parent e21ae05 commit 17cd2ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ jobs:

steps:
- uses: actions/checkout@v3

# Install Rust toolchain
- name: Install Rust toolchain
run: rustup toolchain install nightly

# Lint with fmt using nightly toolchain
- name: Lint with fmt
run: cargo +nightly fmt --all --check

# Run tests
- name: Run tests
run: cargo test --all

0 comments on commit 17cd2ed

Please sign in to comment.