Skip to content

Commit

Permalink
Enable EDGEDB_TEST_REPEATS in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Jul 10, 2024
1 parent 63cabc4 commit 53fc30c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows.src/tests.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
- name: Test
env:
SHARD: ${{ matrix.shard }}
EDGEDB_TEST_REPEATS: 1
run: |
mkdir -p .results/
cp .tmp/time_stats.csv .results/running_times_${SHARD}.csv
Expand All @@ -118,6 +119,7 @@ jobs:
- name: Generate complete list of tests for verification
env:
SHARD: ${{ matrix.shard }}
EDGEDB_TEST_REPEATS: 1
run: |
edb test --list > .tmp/all_tests.txt
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 53fc30c

Please sign in to comment.