8000 Test toolchain against test262 by kaleidawave · Pull Request #229 · kaleidawave/ezno · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Test toolchain against test262 #229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: general-fixes
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,19 @@ jobs:

- name: Run CLI and base tests
run: cargo test

# TODO merge into tests
test262:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: bash run.sh
working-directory: test262
- uses: actions/upload-artifact@v4
with:
name: test262-results
path: test262/out
retention-days: 28

extras:
runs-on: ubuntu-latest
Expand Down
Loading
Loading
0