diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a31bc74718..37bc2c2baa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 && @@ -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 && diff --git a/crates/tests/agile_reference/Cargo.toml b/crates/tests/agile_reference/Cargo.toml index 3a1efbbfdd..cbed3efda8 100644 --- a/crates/tests/agile_reference/Cargo.toml +++ b/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"