Skip to content

Commit

Permalink
fix: build first
Browse files Browse the repository at this point in the history
  • Loading branch information
tormodatt authored and tombh committed Jul 15, 2022
1 parent 4955e24 commit 2792602
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build browsh
name: Run tests
on: [push]
jobs:
build:
Expand Down Expand Up @@ -29,5 +29,13 @@ jobs:
working-directory: ./webext
- run: npx webpack
working-directory: ./webext
- name: Pre-build
run: ./interfacer/contrib/build_browsh.sh
- name: Build
working-directory: ./interfacer
run: go build ./cmd/browsh
- run: go test -v ./...
working-directory: ./interfacer
- name: Test
run: ./interfacer/browsh --version

0 comments on commit 2792602

Please sign in to comment.