From 01d1a8736ee4404cac3cd538499f3eb9d46956fc Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Wed, 18 Aug 2021 15:57:39 -0600 Subject: [PATCH] Mark slow compilation tests --- spec/runtime_example_spec.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/runtime_example_spec.cr b/spec/runtime_example_spec.cr index 324f7ea..01ae9a3 100644 --- a/spec/runtime_example_spec.cr +++ b/spec/runtime_example_spec.cr @@ -9,7 +9,7 @@ require "./spec_helper" # Some specs are too complex to be ran normally. # Additionally, this allows examples to easily check specific failure cases. # Plus, it makes testing user-reported issues easy. -Spectator.describe "Runtime compilation" do +Spectator.describe "Runtime compilation", :slow, :compile do given_example passing_example do it "does something" do expect(true).to be_true