Skip to content

Commit

Permalink
Minor cosmetic changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Nov 22, 2022
1 parent 2b7031c commit 6b31096
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Install
run: rustup update stable
- name: Build
run: cargo build --verbose
- name: Build no-std
run: cargo build --no-default-features --verbose
- name: Run tests
run: cargo test --verbose
- name: Run clippy
run: cargo clippy --verbose -- -D warnings
- uses: actions/checkout@v2
- name: Install
run: rustup update stable
- name: Build
run: cargo build --verbose
- name: Build no-std
run: cargo build --no-default-features --verbose
- name: Run tests
run: cargo test --verbose
- name: Run clippy
run: cargo clippy --verbose -- -D warnings

0 comments on commit 6b31096

Please sign in to comment.