Skip to content

Commit

Permalink
Check all agent balances in daily test (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimpick authored Jul 30, 2024
1 parent c5f0fe4 commit 9a9f7ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Test iFIL Total Supply
run: ./invariants --archive=false ifil-total-supply

- name: Test Agent Balances (random)
run: ./invariants --archive=false agent-balances --random 10
- name: Test Agent Balances (all)
run: ./invariants --archive=false agent-balances --all

- name: Test Metrics with Miner Count
run: ./invariants --archive=false metrics --miner-count
Expand Down

0 comments on commit 9a9f7ee

Please sign in to comment.