Skip to content

Commit

Permalink
ci: remove duplicated and wrong job
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Jan 17, 2024
1 parent b8ceef7 commit e7a853e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,3 @@ jobs:
env:
DO_FEATURE_MATRIX: true
run: ./contrib/test.sh

IntTests:
name: Integration tests
runs-on: ubuntu-latest
steps:
- name: Checkout Crate
uses: actions/checkout@v2
- name: Checkout Toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Running cargo
run: ./contrib/test.sh

0 comments on commit e7a853e

Please sign in to comment.