Skip to content

Commit

Permalink
Debug require order
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 committed Dec 14, 2024
1 parent f97b9fd commit 0dd465d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ jobs:
run: shards install --skip-postinstall --skip-executables
env:
SHARDS_OVERRIDE: shard.dev.yml
- name: Order
run: crystal eval 'pp Dir["src/components/framework/spec/**/*_spec.cr"]'
- name: Specs
run: ./scripts/test.sh framework unit
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion src/components/framework/spec/spec/web_test_case_spec.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "../spec_helper"
# require "../spec_helper"

@[ASPEC::TestCase::Skip]

Check failure on line 3 in src/components/framework/spec/spec/web_test_case_spec.cr

View workflow job for this annotation

GitHub Actions / test_unit (ubuntu-latest, latest)

undefined constant ASPEC::TestCase::Skip
private struct MockWebTestCase < ATH::Spec::WebTestCase
Expand Down

0 comments on commit 0dd465d

Please sign in to comment.