Skip to content

Commit 1936dd3

Browse files
committed
Add smoke test
1 parent d19da48 commit 1936dd3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nightly_rustc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ jobs:
6969
- name: Link toolchain
7070
run: rustup toolchain link my-toolchain build/${{ matrix.arch.host_target }}/stage2
7171

72+
- name: Smoke test
73+
run: |
74+
rustc +my-toolchain -V > output
75+
grep rustc output
76+
7277
- name: Compile test program
7378
run: |
7479
cd rustc_codegen_gcc/tests/hello-world

0 commit comments

Comments
 (0)