replace io.Copy with a scanner to avoid output related deadlocks on WSL2 #877
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Smoke test | |
on: | |
push: | |
pull_request: | |
jobs: | |
smoke_test_ubuntu: | |
uses: air-verse/air/.github/workflows/smoke_test_reuse_job.yml@master | |
with: | |
run_on: ubuntu-latest | |
smoke_test_macos: | |
uses: air-verse/air/.github/workflows/smoke_test_reuse_job.yml@master | |
with: | |
run_on: macos-latest | |
smoke_test_windows: | |
uses: air-verse/air/.github/workflows/smoke_test_reuse_job_windows.yml@master | |
with: | |
run_on: windows-latest |