Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,14 @@ jobs:
run: cargo build -p jiff-tzdb-platform --verbose
- name: Build docs
run: cargo doc --features serde --verbose
- name: Run library tests
run: cargo test --lib
- name: Run integration tests
run: cargo test --test integration
# We don't really care much about adding dev dependencies, and they can
# move quite a bit faster. So unfortunately don't run tests on MSRV. We
# could fix this by adding a `Carg.msrv.lock` or some such, but it doesn't
# seem worth it.
# - name: Run library tests
# run: cargo test --lib
# - name: Run integration tests
# run: cargo test --test integration

# Generic testing for most cross targets. Some get special treatment in
# other jobs.
Expand Down Expand Up @@ -231,7 +235,7 @@ jobs:
# logs.
TZ: America/New_York
steps:
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@1.81.0
- uses: actions/checkout@v4
- name: Install wasm-pack
run: |
Expand Down
Binary file not shown.
Loading