https://github.com/keep-starknet-strange/starknet-foundry-compatibility-tests
A standalone github action for testing Starknet RPC compatibility with Starknet Foundry - Cast
https://github.com/keep-starknet-strange/starknet-foundry-compatibility-tests
Last synced: 2 months ago
JSON representation
A standalone github action for testing Starknet RPC compatibility with Starknet Foundry - Cast
- Host: GitHub
- URL: https://github.com/keep-starknet-strange/starknet-foundry-compatibility-tests
- Owner: keep-starknet-strange
- Created: 2023-10-27T17:31:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T18:54:43.000Z (about 1 year ago)
- Last Synced: 2025-01-21T21:07:10.615Z (4 months ago)
- Language: Shell
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Madara Starknet Foundry Action
## Usage
```yml
jobs:
starknet-foundry-tests:
name: Run Starknet Foundry compatibility tests
runs-on: ubuntu-latest
needs: madara_commands
env:
SNCAST_VERSION: "0.12.0"
SCARB_VERSION: "2.3.1"
steps:
- uses: keep-starknet-strange/starknet-foundry-compatibility-tests@main
```