Skip to content

Commit

Permalink
Can't run hello world in the GitHub container
Browse files Browse the repository at this point in the history
  • Loading branch information
scrouthtv authored Nov 24, 2020
1 parent c62478d commit c7a5c2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,5 @@ jobs:
- name: Test
run: go test -v .

- name: Run Hello world
run: go run ./_demos/hello_world.go

- name: Build all demos
run: ls _demos/*.go -1 | xargs -I {} go build {}

0 comments on commit c7a5c2c

Please sign in to comment.