Skip to content

Commit

Permalink
fix: test crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Feb 1, 2022
1 parent 5ee084e commit 255d728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -70,6 +70,7 @@ jobs:
cargo test --target ${{ matrix.target }} -p windows_x86_64_gnu &&
cargo test --target ${{ matrix.target }} -p windows_x86_64_msvc &&
cargo test --target ${{ matrix.target }} -p test_agile &&
cargo test --target ${{ matrix.target }} -p test_agile_reference &&
cargo test --target ${{ matrix.target }} -p test_alternate_success_code &&
cargo test --target ${{ matrix.target }} -p test_arch &&
cargo test --target ${{ matrix.target }} -p test_arch_feature &&
Expand Down Expand Up @@ -168,6 +169,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
2 changes: 1 addition & 1 deletion crates/tests/agile_reference/Cargo.toml
@@ -1,5 +1,5 @@
[package]
name = "agile_reference"
name = "test_agile_reference"
version = "0.0.0"
authors = ["Microsoft"]
edition = "2018"
Expand Down

0 comments on commit 255d728

Please sign in to comment.