Skip to content

Commit

Permalink
add integrations test harness
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tate <ryan.michael.tate@gmail.com>
  • Loading branch information
Ryanmtate committed Sep 22, 2022
1 parent abbf4ef commit 337976f
Show file tree
Hide file tree
Showing 21 changed files with 1,391 additions and 28 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
**/target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Build
run: make build-all
- name: Integrations
run: make integrations-linux
Loading

0 comments on commit 337976f

Please sign in to comment.