Skip to content

Commit

Permalink
test: 🧪 Expand tests to include even more platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Mar 18, 2024
1 parent 8c33e89 commit af008ea
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit af008ea

Please sign in to comment.