From b35090d77cb60aa8f3abdb4dd4c7572b9d1f226b Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Mon, 11 Feb 2019 08:51:25 -0800 Subject: [PATCH] [timing] Do I need test in the task name too? --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 6860b994..177cda13 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -10,4 +10,4 @@ task: test_ice40_script: cd build && ./nextpnr-ice40-test smoketest_ice40_script: export NEXTPNR=$(pwd)/build/nextpnr-ice40 && cd ice40/smoketest/attosoc && ./smoketest.sh test_ecp5_script: cd build && ./nextpnr-ecp5-test - regressions_ice40_script: make -C tests/ice40/regressions NPNR=$(pwd)/build/nextpnr-ice40 + regressiontest_ice40_script: make -C tests/ice40/regressions NPNR=$(pwd)/build/nextpnr-ice40