Skip to content

Commit

Permalink
feat: split up ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzHilven committed Dec 6, 2023
1 parent 042c43d commit cea83da
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:

lint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Lint
run: cargo clippy
- name: Run tests
run: cargo test --verbose
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: cargo test

0 comments on commit cea83da

Please sign in to comment.