Skip to content

Commit

Permalink
New single-pass algorithm.
Browse files Browse the repository at this point in the history
Co-authored-by: MichaelWest22 <[email protected]>
  • Loading branch information
botandrose-machine and MichaelWest22 committed Jan 9, 2025
1 parent d118b2b commit eff70b0
Show file tree
Hide file tree
Showing 6 changed files with 656 additions and 457 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,37 +33,3 @@ jobs:
- name: Run tests
run: npm run test-move-before

test-force-two-pass:
runs-on: ubuntu-latest
env:
DEFAULT_TWO_PASS: true
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Install browsers
run: npx playwright install --with-deps
- name: Run tests
run: npm run ci

test-force-two-pass-move-before:
runs-on: ubuntu-latest
env:
DEFAULT_TWO_PASS: true
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test-move-before

3 changes: 0 additions & 3 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ npm run debug
```
This will start the server, and open the test runner in a browser. From there you can choose a test file to run.

## Forcing Two Pass Mode
If the `DEFAULT_TWO_PASS` environment variable is set before running the tests, Idiomorph will default to two-pass mode. This is useful for running the entire test suite with two-pass on.

## GitHub Actions CI matrix
On each push and PR, GitHub Actions runs the following test matrix:

Expand Down
Loading

0 comments on commit eff70b0

Please sign in to comment.