An open API service indexing awesome lists of open source software.

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

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
```