Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stranger80 authored Sep 5, 2024
1 parent 2c3db2a commit 761bac8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Setup Rust v1.80.1
run: rustup default 1.80.1
- name: Update dependencies
- name: Build
run: cargo update
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit 761bac8

Please sign in to comment.