Skip to content

Commit b424cb1

Browse files
committed
Add smoke test
1 parent 3bf26fd commit b424cb1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/nightly_rustc.yml

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

85+
- name: Smoke test
86+
run: |
87+
rustc +my-toolchain -V > output
88+
grep rustc output
89+
8590
- name: Compile test program
8691
run: |
8792
cd ../rustc_codegen_gcc/tests/hello-world

0 commit comments

Comments
 (0)