Skip to content

Commit

Permalink
Move to before the wasm test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Nov 20, 2024
1 parent ccfba57 commit 5d2b7bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
- name: Test
run: make test

- name: Test WASM build
run: make build-wasm

- name: Fmt
run: |
go install golang.org/x/tools/cmd/goimports@latest
make fmt && test -z "$(git ls-files --others --modified --exclude-standard)" || { >&2 echo "Unformatted files detected. This can be fixed with 'make fmt'."; exit 1; }
- name: Test WASM build
run: make build-wasm

golangci-lint:
if: ${{ github.repository == 'redpanda-data/benthos' || github.event_name != 'schedule' }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5d2b7bb

Please sign in to comment.