diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a77e0a3..7fe1882 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,12 +39,12 @@ jobs: - name: Check Formatting run: cargo fmt -- --check - integration-test: - name: Integration Test + run: + name: Run strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] target: [x86_64, x86_64-uefi, x86_64-fc, aarch64] + os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - name: Install QEMU, NASM (ubuntu)