From 9288a7b54ce2700c50d028b53b0c103dec53735a Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Mon, 20 May 2024 14:10:27 -0500 Subject: [PATCH] Fix workflow merge --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21eb5b12aa..db5d776699 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -156,10 +156,10 @@ jobs: run: cargo test -p test_arch_feature --target ${{ matrix.target }} ${{ matrix.etc }} - name: Test test_array run: cargo test -p test_array --target ${{ matrix.target }} ${{ matrix.etc }} - - name: Test test_bcrypt - run: cargo test -p test_bcrypt --target ${{ matrix.target }} ${{ matrix.etc }} - name: Clean run: cargo clean + - name: Test test_bcrypt + run: cargo test -p test_bcrypt --target ${{ matrix.target }} ${{ matrix.etc }} - name: Test test_bstr run: cargo test -p test_bstr --target ${{ matrix.target }} ${{ matrix.etc }} - name: Test test_calling_convention @@ -258,10 +258,10 @@ jobs: run: cargo test -p test_structs --target ${{ matrix.target }} ${{ matrix.etc }} - name: Test test_sys run: cargo test -p test_sys --target ${{ matrix.target }} ${{ matrix.etc }} - - name: Test test_targets - run: cargo test -p test_targets --target ${{ matrix.target }} ${{ matrix.etc }} - name: Clean run: cargo clean + - name: Test test_targets + run: cargo test -p test_targets --target ${{ matrix.target }} ${{ matrix.etc }} - name: Test test_unions run: cargo test -p test_unions --target ${{ matrix.target }} ${{ matrix.etc }} - name: Test test_variant