Skip to content

Commit 7a0f5ba

Browse files
committed
Remove redundant reflection check step from workflow
Reflection test is already included in the main test suite
1 parent c0184cc commit 7a0f5ba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,4 @@ jobs:
3939
run: clj -X:deps prep
4040

4141
- name: Run tests
42-
run: clj -M:test
43-
44-
- name: Check reflection warnings
45-
run: clj -M:test --focus eden.reflection-test
42+
run: clj -M:test

0 commit comments

Comments
 (0)