Skip to content

Commit 577068a

Browse files
committed
Add smoke test
1 parent 3860631 commit 577068a

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
@@ -68,6 +68,11 @@ jobs:
6868
- name: Link toolchain
6969
run: rustup toolchain link my-toolchain build/${{ matrix.arch.host_target }}/stage2
7070

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

0 commit comments

Comments
 (0)