From d87c5ad0e22df8c47cfbaca11d591d9e68b8ad95 Mon Sep 17 00:00:00 2001 From: AymenFJA Date: Wed, 25 Oct 2023 15:36:34 -0400 Subject: [PATCH] fix a typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a89b28f374..c39fc8c701 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ perf_test: parsl-perf --time 5 --config parsl/tests/configs/local_threads.py .PHONY: test ## run all tests with all config types -test: clean_coverage lint flake8 mypy local_thread_test htex_local_test htex_local_alternate_test wqex_local_test vineex_local_test radical_ex_test config_local_test perf_test ## run all tests +test: clean_coverage lint flake8 mypy local_thread_test htex_local_test htex_local_alternate_test wqex_local_test vineex_local_test radical_local_test config_local_test perf_test ## run all tests .PHONY: tag tag: ## create a tag in git. to run, do a 'make VERSION="version string" tag