Skip to content

Commit

Permalink
feat(timezone): improve ux and time zone handling (#100)
Browse files Browse the repository at this point in the history
* feat(timezone): improve ux and time zone handling

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>

* chore: use cargo-autoinherit and move up the dependencies up to workspace root

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>

* chore: factor out pace_time crate

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>

* fix: tests in pace_time

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>

* feat(timezone): more time zone related implementations

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>

* move tests

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>

* feat(timezone): implement more time zone related stuff

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>

* test: fix tests

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>

* test: fix snapshots

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>

* fix: missing feature gate for import

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>

* fix: update snapshots for ci

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>

* test: run timezone dependent snapshot tests only in CI

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>

---------

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
  • Loading branch information
simonsan authored Mar 22, 2024
1 parent a592720 commit 7faa49e
Show file tree
Hide file tree
Showing 57 changed files with 2,792 additions and 2,010 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run Cargo Test
id: run_tests
# run: cargo test -r --all-targets --features ${{ matrix.feature }} --workspace
run: cargo test -r --all-targets --workspace
# run: cargo test --all-targets --features ${{ matrix.feature }} --workspace
run: cargo test --all-targets --workspace -- --ignored
env:
INSTA_UPDATE: new
- name: Upload snapshots of failed tests
Expand Down
Loading

0 comments on commit 7faa49e

Please sign in to comment.