You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-31Lines changed: 16 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,14 @@
2
2
3
3
Sets up [Starknet Foundry] in your GitHub Actions workflow supporting caching out of the box.
4
4
5
+
6
+
> 📝 **Note**
7
+
> At this moment, only Linux and MacOS are supported.
8
+
5
9
## Example workflow
6
10
11
+
Make sure you pass the valid path to `Scarb.lock` to [setup-scarb](https://github.com/marketplace/actions/setup-scarb) action. This way, all dependencies including snforge_scarb_plugin will be cached between runs.
For more information, visit [Starknet Foundry docs section](https://foundry-rs.github.io/starknet-foundry/testing/running-tests.html) dedicated to CI setup.
0 commit comments