test: check Sepolia API endpoint

This commit is contained in:
Roman 2024-06-21 15:26:11 +02:00
parent 295682350b
commit 5e9515f651
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -50,6 +50,8 @@ jobs:
- name: Run tests
run: |
echo "Check Sepolia API endpoint"
curl -X POST --data '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":67}' https://sepolia.infura.io/v3/0fbc961f49944da4b8fde35715e2171b
pytest -n 4 --dist loadgroup tests/relay/test_rln.py
- name: Get allure history