Skip to content

Commit

Permalink
running tests first just as a check
Browse files Browse the repository at this point in the history
  • Loading branch information
StanChe committed Dec 21, 2023
1 parent d52f66f commit b69b43d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
components: clippy, rustfmt
override: true

- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --features integration_tests

- name: Lint with Clippy
uses: actions-rs/clippy-check@v1
with:
Expand All @@ -30,9 +36,3 @@ jobs:
with:
command: fmt
args: --all -- --check

- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --features integration_tests

0 comments on commit b69b43d

Please sign in to comment.