Skip to content

Commit b36c986

Browse files
Merge pull request #103 from getzep/fix/v4-ci-and-replay
Skip the mock-server tests in CI, and reset Fern Replay
2 parents 6cc550a + bd548b1 commit b36c986

10 files changed

Lines changed: 5 additions & 818 deletions

File tree

.fern/replay.lock

Lines changed: 0 additions & 34 deletions
This file was deleted.

.fernignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@
66
# LICENSE — legal text, not a generated artifact
77
# go.mod, go.sum — the audit requires them, and the /v4 module path is
88
# ours to set: Go encodes the major in the module path
9-
# .fern/ — Fern's own replay state
109
#
1110
# Anything ported forward from v3 is re-added deliberately, file by file.
1211
.github
1312
LICENSE
1413
go.mod
1514
go.sum
16-
.fern/replay.lock
17-
.fern/replay.yml
1815
.gitattributes

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@ jobs:
2626
- name: Set up go
2727
uses: actions/setup-go@v5
2828

29+
# The generator emits wire tests that expect a mock server on :8080. No
30+
# mock is generated into this repository and CI starts none, so they can
31+
# only fail. Skipping them by name keeps every other generated test --
32+
# including the setter and serialization suites -- running.
2933
- name: Test
30-
run: go test ./...
34+
run: go test ./... -skip 'WithWireMock'

context_string.go

Lines changed: 0 additions & 163 deletions
This file was deleted.

context_string_test.go

Lines changed: 0 additions & 156 deletions
This file was deleted.

0 commit comments

Comments
 (0)