Skip to content

Commit

Permalink
tests: Add integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkajetanp committed Jul 28, 2024
1 parent 6194020 commit 089b8c9
Show file tree
Hide file tree
Showing 6 changed files with 454 additions and 56 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,11 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose

test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Run tests
run: cargo test --verbose
223 changes: 223 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ colog = "1.3.0"
env_logger = "0.11.5"
log = "0.4.22"
regex = "1.10.5"
serial_test = "3.1.1"
strum = { version = "0.26.3", features = ["derive"] }
strum_macros = "0.26.4"

Loading

0 comments on commit 089b8c9

Please sign in to comment.