Skip to content

Commit

Permalink
removed x86_64-pc-windows-msvc target from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 committed Oct 15, 2023
1 parent 700ad3b commit 948a2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
cargo build --all-features --release
- name: Test 🧪
if: matrix.target == 'x86_64-unknown-linux-gnu' || matrix.target == 'x86_64-apple-darwin' || matrix.target == 'x86_64-pc-windows-msvc'
if: matrix.target == 'x86_64-unknown-linux-gnu' || matrix.target == 'x86_64-apple-darwin'
uses: actions-rs/cargo@v1
with:
command: test
Expand Down

0 comments on commit 948a2eb

Please sign in to comment.