mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
chore: skip some flaky tests (#1643)
* chore: skip some flaky tests * Update peer/conn_test.go * add makefile targets, reduce parallelism in go test
This commit is contained in:
@@ -275,10 +275,7 @@ jobs:
|
||||
done
|
||||
|
||||
- name: Test with PostgreSQL Database
|
||||
run: DB=ci gotestsum --junitfile="gotests.xml" --packages="./..." --
|
||||
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
|
||||
-coverpkg=./...,github.com/coder/coder/codersdk
|
||||
-count=1 -parallel=2 -race -failfast
|
||||
run: "make test-postgres"
|
||||
|
||||
- name: Upload DataDog Trace
|
||||
if: always() && github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork
|
||||
|
||||
Reference in New Issue
Block a user