fix: ignore deleted spaces when checking for followed spaces limit (#… #1294
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: Test | |
on: [push] | |
jobs: | |
test: | |
uses: snapshot-labs/actions/.github/workflows/test.yml@main | |
secrets: inherit | |
with: | |
mysql_database_name: snapshot_sequencer_test | |
mysql_schema_path: 'test/schema.sql' | |
redis: true |