Skip to content

Commit

Permalink
ci: check that second upload costs 0 tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zee committed Jan 7, 2025
1 parent f13415e commit 322f4de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
ls -l $ANT_DATA_PATH
cp ./the-test-data.zip ./the-test-data_1.zip
./target/release/ant --log-output-dest=data-dir file upload "./the-test-data_1.zip" > ./second_upload 2>&1
rg 'Total cost: 0 AttoTokens' ./second_upload -c --stats
env:
ANT_LOG: "all"
timeout-minutes: 25
Expand Down

0 comments on commit 322f4de

Please sign in to comment.