Skip to content

Commit 2c517a3

Browse files
committed
Swift: fix codegen test invocation
1 parent 9976445 commit 2c517a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/actions/run-quick-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
- name: Run codegen tests
1212
shell: bash
1313
run: |
14-
bazel test //swift/codegen/tests
14+
bazel test //swift/codegen/test
1515
- name: Run qltest tests
1616
shell: bash
1717
run: |

0 commit comments

Comments
 (0)