Skip to content

Commit

Permalink
Added some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Sep 2, 2020
1 parent 78121f6 commit b725b07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test262.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ jobs:
ref: gh-pages
path: gh-pages
- run: mkdir -p gh-pages/test262
- run: echo $GITHUB_SHA
- run: echo $GITHUB_REF

- name: Run the test262 test suite
run: cargo run --release --bin tester -- -o gh-pages/test262/
run: cargo run --release --bin tester -- -v -o gh-pages/test262

- name: Commit files
if: github.event_name == 'push'
Expand Down

0 comments on commit b725b07

Please sign in to comment.