Skip to content

Commit

Permalink
chore: remove parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
jensneuse committed Nov 28, 2024
1 parent f81884a commit 7e9d5bf
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 16 -ldflags=-extldflags=-Wl,-ld_classic -race ./...
go test -ldflags=-extldflags=-Wl,-ld_classic -race ./...

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

0 comments on commit 7e9d5bf

Please sign in to comment.