Skip to content

Commit

Permalink
tool_yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Jun 14, 2024
1 parent 5537fe1 commit 8377002
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ jobs:
run: cargo clippy -p test_window_long
- name: Clippy test_winrt
run: cargo clippy -p test_winrt
- name: Clippy tool_core
run: cargo clippy -p tool_core
- name: Clippy tool_gnu
run: cargo clippy -p tool_gnu
- name: Clippy tool_lib
Expand All @@ -268,10 +270,16 @@ jobs:
run: cargo clippy -p tool_metadata
- name: Clippy tool_msvc
run: cargo clippy -p tool_msvc
- name: Clippy tool_registry
run: cargo clippy -p tool_registry
- name: Clippy tool_result
run: cargo clippy -p tool_result
- name: Clippy tool_standalone
run: cargo clippy -p tool_standalone
- name: Clippy tool_sys
run: cargo clippy -p tool_sys
- name: Clippy tool_version
run: cargo clippy -p tool_version
- name: Clippy tool_windows
run: cargo clippy -p tool_windows
- name: Clippy tool_yml
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ jobs:
run: cargo test -p test_window_long --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test test_winrt
run: cargo test -p test_winrt --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test tool_core
run: cargo test -p tool_core --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test tool_gnu
run: cargo test -p tool_gnu --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test tool_lib
Expand All @@ -296,10 +298,16 @@ jobs:
run: cargo test -p tool_metadata --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test tool_msvc
run: cargo test -p tool_msvc --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test tool_registry
run: cargo test -p tool_registry --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test tool_result
run: cargo test -p tool_result --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test tool_standalone
run: cargo test -p tool_standalone --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test tool_sys
run: cargo test -p tool_sys --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test tool_version
run: cargo test -p tool_version --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test tool_windows
run: cargo test -p tool_windows --target ${{ matrix.target }} ${{ matrix.etc }}
- name: Test tool_yml
Expand Down

0 comments on commit 8377002

Please sign in to comment.