Skip to content

Commit 063dd3f

Browse files
committed
Remove dep-tests
1 parent 5f57a28 commit 063dd3f

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-examples = ["run", "--manifest-path", "./tools/test-examples/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-examples/Cargo.toml -- --check`'
4741
uses: actions-rs/cargo@v1
4842
with:
@@ -195,24 +189,3 @@ jobs:
195189
with:
196190
command: run
197191
args: ${{ matrix.features }} --release
198-
199-
- name: '`cargo clippy ${{ matrix.features }} --manifest-path ./tools/dep-tests/Cargo.toml -- -D warnings`'
200-
uses: actions-rs/cargo@v1
201-
with:
202-
command: clippy
203-
args: ${{ matrix.features }} --manifest-path ./tools/dep-tests/Cargo.toml -- -D warnings
204-
if: matrix.dep_tests
205-
206-
- name: '`cargo test ${{ matrix.features }} --manifest-path ./tools/dep-tests/Cargo.toml --no-fail-fast`'
207-
uses: actions-rs/cargo@v1
208-
with:
209-
command: test
210-
args: ${{ matrix.features }} --manifest-path ./tools/dep-tests/Cargo.toml --no-fail-fast
211-
if: matrix.dep_tests
212-
213-
- name: '`cargo dep-tests --all-features -d 1`'
214-
uses: actions-rs/cargo@v1
215-
with:
216-
command: dep-tests
217-
args: --all-features -d 1
218-
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-examples/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)