Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Jun 26, 2024
1 parent b6bad70 commit 49dae5c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 37 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ jobs:
run: cargo clippy -p test_core
- name: Clippy test_debug
run: cargo clippy -p test_debug
- name: Clippy test_debug_inspectable
run: cargo clippy -p test_debug_inspectable
- name: Clippy test_debugger_visualizer
run: cargo clippy -p test_debugger_visualizer
- name: Clippy test_deprecated
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ jobs:
run: cargo test -p test_core --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test test_debug
run: cargo test -p test_debug --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test test_debug_inspectable
run: cargo test -p test_debug_inspectable --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test test_debugger_visualizer
run: cargo test -p test_debugger_visualizer --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test test_deprecated
Expand Down Expand Up @@ -258,10 +256,10 @@ jobs:
run: cargo test -p test_riddle --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test test_standalone
run: cargo test -p test_standalone --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Clean
run: cargo clean
- name: Test test_string_param
run: cargo test -p test_string_param --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Clean
run: cargo clean
- name: Test test_strings
run: cargo test -p test_strings --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test test_structs
Expand Down
15 changes: 0 additions & 15 deletions crates/tests/debug_inspectable/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion crates/tests/debug_inspectable/src/lib.rs

This file was deleted.

15 changes: 0 additions & 15 deletions crates/tests/debug_inspectable/tests/tests.rs

This file was deleted.

0 comments on commit 49dae5c

Please sign in to comment.