Skip to content

feat: update player slot system economics and balance test ranges #282

feat: update player slot system economics and balance test ranges

feat: update player slot system economics and balance test ranges #282

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
env:
FOUNDRY_PROFILE: ci
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Foundry (nightly)
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- run: forge --version
- name: Install deps
run: |
forge install --no-git \
foundry-rs/forge-std@1eea5ba \
transmissions11/solmate@c93f771 \
gelatodigital/vrf-contracts@fdb85db \
bokkypoobah/BokkyPooBahsDateTimeLibrary@1dc26f9
- name: Run Forge fmt
run: forge fmt --check
- name: Build contracts
run: forge build
- name: Run tests
run: forge test -vvv