Skip to content

Commit

Permalink
yup
Browse files Browse the repository at this point in the history
  • Loading branch information
archie2x committed Aug 30, 2024
1 parent ea874db commit 7c517f1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tinygo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ concurrency:

jobs:
build:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -27,10 +25,10 @@ jobs:

- name: Run tinygoize
run: |
# run tinygoize, check tree not dirty afterward
# tinygoize, check tree not dirty
go build -C tools/tinygoize
tools/tinygoize/tinygoize \
-j 2 \
-o $GITHUB_STEP_SUMMARY \
cmds/{core,exp,extra,boot}/*
Expand Down

0 comments on commit 7c517f1

Please sign in to comment.