Skip to content

Commit

Permalink
fix: run tool_yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Feb 1, 2022
1 parent ee1aa49 commit 913b13e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -101,6 +101,7 @@ jobs:
cargo clippy -p windows_x86_64_gnu &&
cargo clippy -p windows_x86_64_msvc &&
cargo clippy -p test_agile &&
cargo clippy -p test_agile_reference &&
cargo clippy -p test_alternate_success_code &&
cargo clippy -p test_arch &&
cargo clippy -p test_arch_feature &&
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -136,3 +136,4 @@ jobs:
cargo test --target ${{ matrix.target }} -p test_implement_properties &&
cargo test --target ${{ matrix.target }} -p test_implement_winrt
if: matrix.version == 'nightly'

0 comments on commit 913b13e

Please sign in to comment.