Skip to content

Commit

Permalink
Update .github/workflows/rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau authored May 15, 2024
1 parent 0a3abda commit 7072c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: cargo build

- name: "Test"
# Run all tests (bins, examples, lib, integaration and docs)
# Run all tests (bins, examples, lib, integration and docs)
# https://doc.rust-lang.org/cargo/commands/cargo-test.html#target-selection
run: cargo test

Expand Down

0 comments on commit 7072c66

Please sign in to comment.