Skip to content

Commit

Permalink
Setup directories with parallel copy
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Aug 2, 2024
1 parent 8e6666a commit 837edd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
setup_directory() {
local suite=$1
time rsync -a --delete src/ ${suite}_tests/
time cp -R src/ ${suite}_tests/
}
for suite in unit feature_hyde feature_framework publications realtime_compiler; do
Expand Down

0 comments on commit 837edd9

Please sign in to comment.