Skip to content

Commit

Permalink
Update .github/workflows/rust.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
  • Loading branch information
claravanstaden and ralexstokes authored Dec 13, 2022
1 parent 0787ee1 commit 74356af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
run: cargo clippy --all-features --verbose -- -D warnings
- name: Build
run: cargo build --all-features --verbose
- name: Run tests
run: cargo test --verbose
- name: Build no-std
run: cargo build --no-default-features --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit 74356af

Please sign in to comment.