Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
don't build timecraft when running tests
Browse files Browse the repository at this point in the history
Signed-off-by: Achille Roussel <[email protected]>
  • Loading branch information
achille-roussel committed Jun 1, 2023
1 parent a680703 commit 2e87f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ timecraft.src.go = \
$(wildcard */*/*.go) \
$(wildcard */*/*/*.go)

timecraft: go.mod flatbuffers $(timecraft.src.go)
timecraft: go.mod $(timecraft.src.go)
$(GO) build -o timecraft

clean:
Expand All @@ -32,7 +32,7 @@ generate: flatbuffers
flatbuffers: go.mod $(format.src.go)
$(GO) build ./format/...

test: timecraft testdata
test: testdata
$(GO) test ./...

testdata: $(testdata.go.wasm)
Expand Down

0 comments on commit 2e87f8d

Please sign in to comment.