Skip to content

Commit

Permalink
ci: disable integration tests again
Browse files Browse the repository at this point in the history
this was never going to work without the server
  • Loading branch information
hoodie committed Nov 22, 2023
1 parent de2f2c1 commit 046e128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- name: test lib (${{matrix.feature}})
run: cargo test --lib --no-default-features --features ${{matrix.feature}}

- name: test tests (${{matrix.feature}})
run: cargo test --tests --no-default-features --features ${{matrix.feature}}
# - name: test tests (${{matrix.feature}})
# run: cargo test --tests --no-default-features --features ${{matrix.feature}}

- name: test docs (${{matrix.feature}})
run: cargo test --doc --no-default-features --features ${{matrix.feature}}
Expand Down

0 comments on commit 046e128

Please sign in to comment.