Skip to content

Commit

Permalink
Merge branch 'main' into merge-main-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Trivo25 committed Sep 26, 2024
2 parents 5f761df + 74121af commit 41c5c06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,11 @@ jobs:
shopt -s globstar
test_files=(./dist/node/**/*.unit-test.js)
set -o pipefail
for ((i=start_index; i<end_index && i<${#test_files[@]}; i++)); do
echo "Running test: ${test_files[$i]}"
node --enable-source-maps "${test_files[$i]}" | tee -a profiling.md
echo "Running test: ${test_files[$i]}"
node --enable-source-maps "${test_files[$i]}" | tee -a profiling.md
done
continue-on-error: false

Expand Down
Binary file added audits/VAR_o1js_240318_o1js_V3.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/mina
Submodule mina updated 153 files

0 comments on commit 41c5c06

Please sign in to comment.