Skip to content

Commit

Permalink
Run unit tests on submodules (#8686)
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z authored Feb 18, 2025
1 parent 7b26bab commit 80c0945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ esti: ## run esti (system testing)
test: test-go test-hadoopfs ## Run tests for the project

test-go: gen-api # Run parallelism > num_cores: most of our slow tests are *not* CPU-bound.
$(GOTEST) -count=1 -coverprofile=cover.out -race -cover -failfast -parallel="$(GOTEST_PARALLELISM)" ./...
go list -f '{{.Dir}}/...' -m | xargs $(GOTEST) -count=1 -coverprofile=cover.out -race -cover -failfast -parallel="$(GOTEST_PARALLELISM)" ./...

test-hadoopfs:
cd clients/hadoopfs && mvn test
Expand Down

0 comments on commit 80c0945

Please sign in to comment.