Skip to content

Commit

Permalink
build: run check job in parallel with others
Browse files Browse the repository at this point in the history
  • Loading branch information
iTrooz committed Oct 17, 2023
1 parent 5171478 commit f57a302
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ jobs:
target: x86_64-unknown-linux-gnu
- runs-on: windows-latest
target: x86_64-pc-windows-msvc

needs:
- check

steps:
- name: Checkout repository
Expand Down Expand Up @@ -126,9 +123,6 @@ jobs:
- name: Windows
runs-on: windows-latest
target: x86_64-pc-windows-msvc

needs:
- check

steps:
- name: Checkout repository
Expand Down

0 comments on commit f57a302

Please sign in to comment.