Skip to content

Commit

Permalink
[CI] Add build compiler step to smoke tests (#11814)
Browse files Browse the repository at this point in the history
Co-authored-by: Beta Ziliani <beta@mpi-sws.org>
  • Loading branch information
straight-shoota and beta-ziliani authored Jul 5, 2022
1 parent e5ed912 commit 6bd5709
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ jobs:
- name: Download Crystal source
uses: actions/checkout@v2

- name: Make compiler (special case only for wasm32, until next release).
if: ${{ matrix.target == 'wasm32-unknown-wasi' }}
- name: Build fresh compiler
run: bin/ci with_build_env make

- name: Run smoke test
Expand Down

0 comments on commit 6bd5709

Please sign in to comment.