Skip to content

Commit 90fbd3c

Browse files
committed
ci: skip live MusicBrainz tests in CI to avoid flaky network-dependent tests
1 parent 179113d commit 90fbd3c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.claude/commands/commit.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Look at everything in the diff from HEAD in order to understand what changes have been made.
2+
* Consider how to break those change up into logical commits that are as granular as possible.
3+
* Make commits one by one as me, refraining from mentioning claude in their body, ensuring that each one represents a valid state of the repository. Use hunk staging if necessary.

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434

3535
- name: Run tests
3636
run: nix develop --command cargo test --verbose
37+
env:
38+
SCROBBLE_SCRUBBER_SKIP_LIVE_MB_TESTS: "true"
3739

3840
- name: Build release
3941
run: nix develop --command cargo build --release --verbose

0 commit comments

Comments
 (0)