diff --git a/.github/workflows/basic_reg_test.sh b/.github/workflows/basic_reg_test.sh index 39ec5ad39..0ef50eac9 100755 --- a/.github/workflows/basic_reg_test.sh +++ b/.github/workflows/basic_reg_test.sh @@ -116,3 +116,7 @@ run-task basic_tests/global_tile_ports/global_tile_4clock --debug --show_thread_ echo -e "Testing yosys flow using custom ys script for running quicklogic device"; run-task quicklogic_tests/flow_test --debug --show_thread_logs + +# Repgression test to test multi-user enviroment +cp -r */*/fpga_sdc/sdc_time_unit /tmp/ +cd /tmp/ && run-task sdc_time_unit \ No newline at end of file diff --git a/.github/workflows/fpga_sdc_reg_test.sh b/.github/workflows/fpga_sdc_reg_test.sh index 8dd1157f3..c4ff67a09 100755 --- a/.github/workflows/fpga_sdc_reg_test.sh +++ b/.github/workflows/fpga_sdc_reg_test.sh @@ -10,10 +10,3 @@ echo -e "FPGA-SDC regression tests"; echo -e "Testing SDC generation with time units"; run-task fpga_sdc/sdc_time_unit --debug --show_thread_logs - - -# Repgression test to test multi-user enviroment -# TODO : While restructuring regression test files -# move this to separate file -cp -r */*/fpga_sdc/sdc_time_unit /tmp/ -cd /tmp/ && run-task sdc_time_unit \ No newline at end of file