Skip to content

Commit 13eb114

Browse files
committed
Initial version of UI tests.
1 parent ab99baf commit 13eb114

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1726
-235
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474
- name: Run unit tests
7575
run: cargo test --locked --all-targets --workspace --all-features
7676
timeout-minutes: 10
77+
78+
- name: Run ignored unit tests
79+
run: cargo test --locked --all-targets --workspace --all-features -- --ignored
80+
timeout-minutes: 10
7781
check:
7882
runs-on: ubuntu-latest
7983
outputs:

0 commit comments

Comments
 (0)