Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze committed Oct 22, 2024
1 parent dda9e38 commit f9f1303
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@ jobs:
run: env && go env && pwd
- name: tree
run: tree
- name: Generate Tests
run: |
cd gopath/github.com/katydid/testsuite
PATH=$HOME/bin:$PATH make regenerate-tests
- name: Build
run: |
cd gopath/github.com/katydid/testsuite
make build
- name: Generate Tests
run: |
cd gopath/github.com/katydid/testsuite
PATH=$HOME/bin:$PATH make regenerate-tests
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
gen-validator-tests
validator/tests/*
validator/benches/*
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ regenerate-tests:
(cd validator && make regenerate-tests)

build:
(cd validator && go build ./...)
go build ./...

0 comments on commit f9f1303

Please sign in to comment.