Skip to content

Commit

Permalink
Initial version of UI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Nov 20, 2022
1 parent ab99baf commit 13eb114
Show file tree
Hide file tree
Showing 62 changed files with 1,726 additions and 235 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:
- name: Run unit tests
run: cargo test --locked --all-targets --workspace --all-features
timeout-minutes: 10

- name: Run ignored unit tests
run: cargo test --locked --all-targets --workspace --all-features -- --ignored
timeout-minutes: 10
check:
runs-on: ubuntu-latest
outputs:
Expand Down
Loading

0 comments on commit 13eb114

Please sign in to comment.