Skip to content

Commit

Permalink
remove test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrv committed Jul 19, 2024
1 parent 383a835 commit d145209
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,3 @@ jobs:
command: fmt
args: --all -- --check

tests:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true

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

0 comments on commit d145209

Please sign in to comment.