Skip to content

Commit

Permalink
enable windows in CI (#4719)
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej authored May 20, 2024
2 parents 320a38a + 74fff52 commit f8d29ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ env:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: git
MSRV: "1.74"
NEXTEST_PROFILE: "ci"
RUSTUP_WINDOWS_PATH_ADD_BIN: 1

jobs:

Expand Down Expand Up @@ -656,7 +657,6 @@ jobs:
aws-s3-bucket-endpoint: false
aws-s3-force-path-style: true
- name: ${{ matrix.stage.description }}
if: ${{ !((matrix.metadata.build == 'windows-x64') && (matrix.stage.description == 'Unit-test packages on std')) }}
run: make ${{ matrix.stage.make }}
env:
TARGET: ${{ matrix.metadata.target }}
Expand Down

0 comments on commit f8d29ec

Please sign in to comment.