Skip to content

Commit

Permalink
fixn
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Feb 27, 2024
1 parent 9d407b9 commit cc9a079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# is a 0.5 second cost to each run of wasm-opt.js
- name: test
run: |
nodejs out/bin/wasm-opt.js test/hello_world.wat --print > out/t.wat
node out/bin/wasm-opt.js test/hello_world.wat --print > out/t.wat
diff test/hello_world.wat out/t.wat
- name: archive
Expand Down

0 comments on commit cc9a079

Please sign in to comment.