Skip to content

Commit 899084f

Browse files
committed
test: Small test suite config change
1 parent 99e9215 commit 899084f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
env:
3737
RUBYOPT: '-rbundler/setup -rrbs/test/setup'
3838
RBS_TEST_TARGET: 'TinyAdmin::*'
39-
run: bin/rspec --profile
39+
run: bin/rspec --format documentation --profile

.rspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
--format documentation
21
--require spec_helper

0 commit comments

Comments
 (0)