Commit 7dcdf7c
fix: move Foundry CI workflow to repository root and add --ffi flag
- Move .github/workflows/test.yml from kms/auth-eth to repository root
- Rename to foundry-test.yml for clarity
- Add --ffi flag to forge test command (required for OpenZeppelin upgrades plugin)
- Configure workflow to only run on kms/auth-eth/** path changes
- Set working-directory to kms/auth-eth for all steps
- Fix empty build-info JSON file issue that was causing test failures
All 36 tests now passing:
- 16 DstackKms tests
- 11 DstackApp tests
- 9 Upgrade tests with OpenZeppelin plugin
🤖 Generated with [Claude Code](https://claude.ai/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 24fcaf3 commit 7dcdf7c
1 file changed
+11
-2
lines changedLines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
| |||
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
19 | 28 | | |
20 | 29 | | |
21 | 30 | | |
| |||
40 | 49 | | |
41 | 50 | | |
42 | 51 | | |
43 | | - | |
| 52 | + | |
44 | 53 | | |
0 commit comments