feat(simlibp2p): Simulated libp2p Networks (#3262)

This commit is contained in:
Marco Munizaga
2025-08-15 09:44:03 -07:00
committed by GitHub
parent 8e10f84961
commit 9f5945e189
12 changed files with 445 additions and 744 deletions
+4
View File
@@ -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