diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4602d95..025e612 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,17 +12,17 @@ concurrency: jobs: build-binaries: strategy: - fail-fast: false - matrix: - platform: - - os: ubuntu-latest - rust_target: x86_64-unknown-linux-gnu - - os: macos-latest - rust_target: x86_64-apple-darwin - - os: macos-latest - rust_target: aarch64-apple-darwin - - os: windows-latest - rust_target: x86_64-pc-windows-msvc + fail-fast: false + matrix: + platform: + - os: ubuntu-latest + rust_target: x86_64-unknown-linux-gnu + - os: macos-latest + rust_target: x86_64-apple-darwin + - os: macos-latest + rust_target: aarch64-apple-darwin + - os: windows-latest + rust_target: x86_64-pc-windows-msvc runs-on: ${{ matrix.platform.os }} steps: