mirror of
https://github.com/libp2p/go-libp2p.git
synced 2026-04-22 16:17:19 +08:00
feat(simlibp2p): Simulated libp2p Networks (#3262)
This commit is contained in:
@@ -9,6 +9,10 @@ runs:
|
||||
shell: bash
|
||||
# This matches only tests with "NoCover" in their test name to avoid running all tests again.
|
||||
run: go test -tags nocover -run NoCover -v ./...
|
||||
- name: Run synctests tests. These are tests that require go 1.24 and the experimental testing/synctest package
|
||||
shell: bash
|
||||
if: ${{ contains(matrix.go, '1.24') }}
|
||||
run: go test -tags goexperiment.synctest -run "_synctest$" -v ./...
|
||||
- name: Install testing tools
|
||||
shell: bash
|
||||
run: cd scripts/test_analysis && go install ./cmd/gotest2sql
|
||||
|
||||
Reference in New Issue
Block a user