Skip to content

Comments

Fix nextest setup script configuration path#95

Merged
swlynch99 merged 1 commit intomainfrom
claude/fix-nextest-config-zNUSb
Feb 18, 2026
Merged

Fix nextest setup script configuration path#95
swlynch99 merged 1 commit intomainfrom
claude/fix-nextest-config-zNUSb

Conversation

@swlynch99
Copy link
Contributor

Summary

Updated the nextest configuration to use the correct setup script path structure.

Changes

  • Changed [script.build-test-bins] to [scripts.setup.build-test-bins] in .config/nextest.toml
    • This aligns the configuration with nextest's expected setup script hierarchy
    • The script command remains unchanged, pointing to crates/durable-test/setup.sh

Details

The configuration path was corrected to follow nextest's proper naming convention for setup scripts, ensuring the build-test-bins script is properly recognized and executed as part of the test setup phase.

https://claude.ai/code/session_015u4K9rBsvfMAzdEsY5ia8i

The [script.*] table is deprecated in nextest >=0.9.98. Use the new
[scripts.setup.*] table to silence the deprecation warning.

https://claude.ai/code/session_015u4K9rBsvfMAzdEsY5ia8i
@swlynch99 swlynch99 enabled auto-merge (squash) February 18, 2026 20:46
@swlynch99 swlynch99 merged commit 9c50623 into main Feb 18, 2026
7 checks passed
@swlynch99 swlynch99 deleted the claude/fix-nextest-config-zNUSb branch February 18, 2026 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants