Skip to content

Commit 37fd789

Browse files
committed
Merge branch 'main' into dan/check-future-timestamp-pre-ttd
2 parents e4a1d32 + b3c8a98 commit 37fd789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Run tests
5353
run: |
5454
cargo llvm-cov nextest --lcov --output-path lcov.info \
55-
--locked --workspace --all-features \
55+
--release --locked --all-features --workspace --exclude examples --exclude ef-tests \
5656
--partition hash:${{ matrix.partition }}/${{ strategy.job-total }} \
5757
-E 'kind(test)'
5858

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Run tests
4141
run: |
4242
cargo llvm-cov nextest --lcov --output-path lcov.info \
43-
--locked --workspace --all-features \
43+
--release --locked --all-features --workspace --exclude examples --exclude ef-tests \
4444
--partition hash:${{ matrix.partition }}/${{ strategy.job-total }} \
4545
-E 'kind(lib)' -E 'kind(bin)' -E 'kind(proc-macro)'
4646

0 commit comments

Comments
 (0)