Skip to content

Commit

Permalink
update workflows file
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkLoc committed May 23, 2024
1 parent 3b30036 commit a34b8fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
- uses: actions/checkout@v4

name: Build
- run: echo "start run cargo build"
- run: cargo build --verbose

name: Run tests
- run: echo "start run cargo test"
- run: cargo test --verbose

name: Run clippy
- run: cargo clippy

- run: echo "This job's status is ${{ job.status }}."

0 comments on commit a34b8fb

Please sign in to comment.