Skip to content

Commit 02bf397

Browse files
committed
rentroduce job
1 parent 3fa690a commit 02bf397

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ci/github-actions/jobs.yml

+6
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,12 @@ auto:
385385
SCRIPT: make ci-msvc-ps1
386386
<<: *job-windows
387387

388+
- image: i686-msvc
389+
env:
390+
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc
391+
SCRIPT: make ci-msvc
392+
<<: *job-windows-8c
393+
388394
# x86_64-msvc-ext is split into multiple jobs to run tests in parallel.
389395
- image: x86_64-msvc-ext1
390396
env:

0 commit comments

Comments
 (0)