From af008eaffec0a14ec11d44a77d755039a0c22ab6 Mon Sep 17 00:00:00 2001 From: pvshvp-oss Date: Mon, 18 Mar 2024 04:40:16 -0500 Subject: [PATCH] test: :test_tube: Expand tests to include even more platforms --- .github/workflows/test.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0df0143..24a1379 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,11 +38,6 @@ jobs: - test - doc - build - exclude: - - platform: windows - cpu_architecture: aarch64 - - platform: apple - cpu_architecture: aarch64 include: - platform: linux cicd_runner: ubuntu-latest @@ -70,6 +65,14 @@ jobs: cpu_architecture: aarch64 platform: linux toolchain: gnu + - compilation_target: aarch64-pc-windows-msvc + cpu_architecture: aarch64 + platform: windows + toolchain: msvc + - compilation_target: aarch64-apple-darwin + cpu_architecture: aarch64 + platform: apple + toolchain: darwin - subcommand: fmt job_name: 📑 Format Job arguments: '--verbose -- --check'