Skip to content

Commit

Permalink
Merge pull request #4 from mm9942/mm9942-patch-2
Browse files Browse the repository at this point in the history
Update rust.yml
  • Loading branch information
mm9942 committed Apr 9, 2024
2 parents f3844a0 + b8cc92a commit 0ad5bf4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: RustTests

on:
push:
Expand All @@ -16,7 +16,5 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit 0ad5bf4

Please sign in to comment.