Skip to content

Commit

Permalink
chore: try router test parallel 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jensneuse committed Nov 28, 2024
1 parent 73bcb96 commit f81884a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router-tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL := bash

test:
go test -parallel 8 -ldflags=-extldflags=-Wl,-ld_classic -race ./...
go test -parallel 16 -ldflags=-extldflags=-Wl,-ld_classic -race ./...

update-snapshot:
go test -update -race ./...
Expand Down

0 comments on commit f81884a

Please sign in to comment.