Skip to content

Commit 1cbd2b3

Browse files
committed
Remove dep-tests
1 parent 073b26b commit 1cbd2b3

File tree

5 files changed

+0
-533
lines changed

5 files changed

+0
-533
lines changed

.cargo/config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
[alias]
2-
dep-tests = ["run", "--manifest-path", "./tools/dep-tests/Cargo.toml", "--"]
32
test-with-generated-opts = ["run", "--manifest-path", "./tools/test-with-generated-opts/Cargo.toml", "--"]

.github/workflows/ci.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ jobs:
3737
command: fmt
3838
args: -- --check
3939

40-
- name: '`cargo fmt --manifest-path ./tools/dep-tests/Cargo.toml -- --check`'
41-
uses: actions-rs/cargo@v1
42-
with:
43-
command: fmt
44-
args: --manifest-path ./tools/dep-tests/Cargo.toml -- --check
45-
4640
- name: '`cargo fmt --manifest-path ./tools/test-with-generated-opts/Cargo.toml -- --check`'
4741
uses: actions-rs/cargo@v1
4842
with:
@@ -193,24 +187,3 @@ jobs:
193187
with:
194188
command: run
195189
args: ${{ matrix.features }} --release
196-
197-
- name: '`cargo clippy ${{ matrix.features }} --manifest-path ./tools/dep-tests/Cargo.toml -- -D warnings`'
198-
uses: actions-rs/cargo@v1
199-
with:
200-
command: clippy
201-
args: ${{ matrix.features }} --manifest-path ./tools/dep-tests/Cargo.toml -- -D warnings
202-
if: matrix.dep_tests
203-
204-
- name: '`cargo test ${{ matrix.features }} --manifest-path ./tools/dep-tests/Cargo.toml --no-fail-fast`'
205-
uses: actions-rs/cargo@v1
206-
with:
207-
command: test
208-
args: ${{ matrix.features }} --manifest-path ./tools/dep-tests/Cargo.toml --no-fail-fast
209-
if: matrix.dep_tests
210-
211-
- name: '`cargo dep-tests --all-features -d 1`'
212-
uses: actions-rs/cargo@v1
213-
with:
214-
command: dep-tests
215-
args: --all-features -d 1
216-
if: matrix.dep_tests

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/tools/dep-tests/Cargo.lock
21
/tools/test-with-generated-opts/Cargo.lock
32
**/target/
43
**/*.rs.bk

tools/dep-tests/Cargo.toml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)