Skip to content

Commit

Permalink
+ Alias run_gl_all_tests to run_all_gl_tests
Browse files Browse the repository at this point in the history
~ Repo URL not required for CI
  • Loading branch information
kareefardi committed Apr 29, 2024
1 parent cd3e00d commit 34d6c70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_IP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
default: false
url:
description: 'IP Repo URL'
required: true
required: false
default: "n/a"
type: string
test-names:
description: 'Test Names'
Expand Down
3 changes: 3 additions & 0 deletions Makefile.test
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ ifeq ($(RUN_MERGE_COVERAGE),true)
$(MAKE) run_merge_coverage
endif

.PHONY: run_gl_all_tests
run_all_gl_tests: run_all_gl_tests

# Target to run all tests in parallel
run_all_gl_tests:
@$(MAKE) generate_gl
Expand Down

0 comments on commit 34d6c70

Please sign in to comment.