Skip to content

Commit

Permalink
chore: update tests workflow (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexshire authored Nov 21, 2024
1 parent 20be385 commit 0db7d79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile --network-concurrency 1

- name: Precompile using 0.8.14 and via-ir=false
- name: Precompile
run: yarn build

- name: Run tests
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile --network-concurrency 1

- name: Precompile using 0.8.14 and via-ir=false
- name: Precompile
run: yarn build

- name: Run tests
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile --network-concurrency 1

- name: Precompile with via-ir=false
- name: Precompile
run: yarn build

- name: Run tests
Expand Down Expand Up @@ -151,4 +151,4 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile --network-concurrency 1

- run: yarn lint:check
- run: yarn lint:check

0 comments on commit 0db7d79

Please sign in to comment.