Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theoforger authored Nov 15, 2024
1 parent 55f7732 commit 168b3f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ env:
CARGO_TERM_COLOR: always

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check
run: cargo check --verbose
lint:
runs-on: ubuntu-latest
steps:
Expand All @@ -24,9 +30,3 @@ jobs:
- uses: actions/checkout@v4
- name: Run unit testing
run: cargo test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check
run: cargo check --verbose

0 comments on commit 168b3f5

Please sign in to comment.