This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
allow input amount tranche diff #28
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Rainix CI | |
on: [push] | |
jobs: | |
standard-tests: | |
strategy: | |
fail-fast: true | |
runs-on: ubuntu-latest | |
env: | |
RPC_URL_POLYGON: ${{ secrets. RPC_URL_POLYGON}} | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
submodules: recursive | |
fetch-depth: 0 | |
- name: Install Nix | |
uses: DeterminateSystems/nix-installer-action@v4 | |
- uses: DeterminateSystems/magic-nix-cache-action@v2 | |
- run: mkdir -p test/csvs | |
- run: nix run .#rainix-sol-prelude | |
- run: nix run .#rainix-sol-test |