Skip to content

Commit

Permalink
Split build and test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu-LAURENT39 committed Feb 11, 2024
1 parent 0b954f2 commit 939e7f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose

test:
runs-on: ubuntu-latest

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

0 comments on commit 939e7f7

Please sign in to comment.