Skip to content

Commit

Permalink
CI: Seperate build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexvZyl authored Feb 3, 2023
1 parent f14613c commit 4d2c758
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ jobs:
- uses: actions/checkout@v3
- name: Build with cargo
run: cargo build --verbose
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests with cargo
run: cargo test --verbose

0 comments on commit 4d2c758

Please sign in to comment.