diff options
| author | Eddie Hung <eddieh@ece.ubc.ca> | 2019-02-11 08:51:25 -0800 |
|---|---|---|
| committer | Eddie Hung <eddieh@ece.ubc.ca> | 2019-02-11 08:51:25 -0800 |
| commit | b35090d77cb60aa8f3abdb4dd4c7572b9d1f226b (patch) | |
| tree | 5e435acf6fc3b31a81e804e1d42b02af4aad14de | |
| parent | ef8105bfbada1e5e7c875bf230479fbfddcaecc4 (diff) | |
| download | nextpnr-b35090d77cb60aa8f3abdb4dd4c7572b9d1f226b.tar.gz nextpnr-b35090d77cb60aa8f3abdb4dd4c7572b9d1f226b.tar.bz2 nextpnr-b35090d77cb60aa8f3abdb4dd4c7572b9d1f226b.zip | |
[timing] Do I need test in the task name too?
| -rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
