Skip to content

Commit

Permalink
Time the directory setups
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Aug 2, 2024
1 parent c855e38 commit f05b857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: Prepare test directories
run: |
for suite in unit feature_hyde feature_framework publications realtime_compiler; do
cp -R src ${suite}_tests
time cp -R src ${suite}_tests
done
mv src/.git .
time mv src/.git .
- name: Execute Tests in Parallel
run: |
Expand Down

0 comments on commit f05b857

Please sign in to comment.