diff options
| author | Jan-Mirko Otter <janmirko.otter@googlemail.com> | 2023-07-01 21:52:39 +0200 |
|---|---|---|
| committer | Jan-Mirko Otter <janmirko.otter@googlemail.com> | 2023-07-02 02:22:22 +0200 |
| commit | a0bd38105268ef5b6664e39acfaefc2c384c1634 (patch) | |
| tree | 110a1b88508dec90a643b9299948c38354b661d4 /src/ci | |
| parent | 211946c3574395d7a8a6b50c32094b548a377d0c (diff) | |
| download | rust-a0bd38105268ef5b6664e39acfaefc2c384c1634.tar.gz rust-a0bd38105268ef5b6664e39acfaefc2c384c1634.zip | |
test-various: run codegen and assembly tests
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/docker/host-x86_64/test-various/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ci/docker/host-x86_64/test-various/Dockerfile b/src/ci/docker/host-x86_64/test-various/Dockerfile index 4ef176d6407..a1d06ab1844 100644 --- a/src/ci/docker/host-x86_64/test-various/Dockerfile +++ b/src/ci/docker/host-x86_64/test-various/Dockerfile @@ -58,6 +58,8 @@ ENV WASM_SCRIPT python3 /checkout/x.py --stage 2 test --host='' --target $WASM_T tests/ui \ tests/mir-opt \ tests/codegen-units \ + tests/codegen \ + tests/assembly \ library/core ENV NVPTX_TARGETS=nvptx64-nvidia-cuda |
