Skip to content

Commit

Permalink
Experiment - add integration tests to Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
locka99 committed Apr 17, 2022
1 parent 79368fa commit 389c930
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
run: cargo build
- name: Run tests
run: cargo test --verbose
- name: Run integration tests
run: |
cd integration
sh ./run.sh
build-windows:
runs-on: windows-latest
Expand Down

0 comments on commit 389c930

Please sign in to comment.