Skip to content

Commit

Permalink
fix: move rust CI test step in same step
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Nov 10, 2023
1 parent 869bcaf commit 6e04da0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [main]

jobs:
build:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -23,11 +23,6 @@ jobs:
command: build
args: --verbose

test:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 6e04da0

Please sign in to comment.