Skip to content

Commit

Permalink
Spec test speed fix (#185)
Browse files Browse the repository at this point in the history
* SSV spec tests speed up

* qbft spec tests speed fix

* ssv json spec test sparallel

* revert back to single make test
  • Loading branch information
alonmuroch committed Apr 16, 2023
1 parent 1c1da45 commit 1604904
Show file tree
Hide file tree
Showing 315 changed files with 795 additions and 725 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,5 @@ jobs:
- name: Generate JSONs
run: make generate-jsons

- name: Test QBFT
run: make test-qbft

- name: Test SSV
run: make test-ssv

- name: Test Types
run: make test-types
- name: Test
run: make test
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ fmt:
test:
@go test -v -race -timeout 25m "${TEST_PKG}"

.PHONY: test-ssv
test-ssv:
@go test -v -race -timeout 25m -run TestJson ./ssv/spectest/ -count 1

.PHONY: test-qbft
test-qbft:
@go test -v -race -timeout 25m -run TestJson ./qbft/spectest/ -count 1

.PHONY: test-types
test-types:
@go test -v -race -timeout 25m -run TestJson ./types/spectest/ -count 1

.PHONY: generate-jsons
generate-jsons:
@go generate ./...
Expand Down
Loading

0 comments on commit 1604904

Please sign in to comment.