Skip to content

Commit

Permalink
PR fixups, add cargo test to CI. Support mapped ports
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Jan 17, 2025
1 parent 751049e commit 6027522
Show file tree
Hide file tree
Showing 5 changed files with 2,858 additions and 559 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
with:
cache-on-failure: 'false'

- name: Test
run: cargo test
if: matrix.os == 'ubuntu-latest' || matrix.os == 'windows-latest'

- run: cargo build

- name: git workspace add github org
Expand Down
Loading

0 comments on commit 6027522

Please sign in to comment.