Skip to content

Commit

Permalink
Run benchmarks as part of the LTS test block
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Jan 5, 2024
1 parent 595d999 commit 7773e2a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
if: ${{ matrix.edgedb-version == '3' || matrix.edgedb-version == 'stable' || matrix.edgedb-version == 'nightly' }}
run: |
yarn workspace @edgedb/integration-lts test:ci
yarn workspace @edgedb/integration-lts run bench:types
- name: Run query builder integration tests stable
if: ${{ matrix.edgedb-version == 'stable' || matrix.edgedb-version == 'nightly' }}
Expand All @@ -126,10 +127,6 @@ jobs:
run: |
yarn workspace @edgedb/create test
- name: Run benchmarks
run: |
yarn workspace @edgedb/integration-lts run bench:types
# This job exists solely to act as the test job aggregate to be
# targeted by branch policies.
regression-tests:
Expand Down

0 comments on commit 7773e2a

Please sign in to comment.