Skip to content

Commit e7a853e

Browse files
committed
ci: remove duplicated and wrong job
1 parent b8ceef7 commit e7a853e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,3 @@ jobs:
8383
env:
8484
DO_FEATURE_MATRIX: true
8585
run: ./contrib/test.sh
86-
87-
IntTests:
88-
name: Integration tests
89-
runs-on: ubuntu-latest
90-
steps:
91-
- name: Checkout Crate
92-
uses: actions/checkout@v2
93-
- name: Checkout Toolchain
94-
uses: actions-rs/toolchain@v1
95-
with:
96-
profile: minimal
97-
toolchain: stable
98-
override: true
99-
- name: Running cargo
100-
run: ./contrib/test.sh

0 commit comments

Comments
 (0)