revert dafef2c099
All checks were successful
Solve / example-action (push) Successful in 2m35s

revert Timings for solutions.
This commit is contained in:
Logiar 2024-12-07 21:24:53 +00:00
parent dafef2c099
commit ccf7dd091c

View File

@ -54,7 +54,7 @@ jobs:
continue
fi
echo "Running $script with input from $dayname" | tee -a solutions-output.txt
echo -n "$input_var" | time kotlin $script 2>&1 | tee -a solutions-output.txt
echo -n "$input_var" | kotlin $script 2>&1 | tee -a solutions-output.txt
done
- name: Upload Solutions Output
uses: actions/upload-artifact@v3