Skip to content

Commit

Permalink
Merge pull request #11 from sine-fdn/add-missing-example-to-ci
Browse files Browse the repository at this point in the history
Include http-multi-server-channels example in CI tests
  • Loading branch information
fkettelhoit authored Mar 18, 2024
2 parents bfe594a + c513081 commit 2ff7116
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- run: cargo build --verbose
- run: cargo test --verbose
- run: cargo clippy -- -Dwarnings
- run: cargo test -- --nocapture
working-directory: ./examples/http-single-server-channels
- run: cargo test -- --nocapture
working-directory: ./examples/iroh-p2p-channels
- uses: actions/checkout@v3
- run: cargo build --verbose
- run: cargo test --verbose
- run: cargo clippy -- -Dwarnings
- run: cargo test -- --nocapture
working-directory: ./examples/http-multi-server-channels
- run: cargo test -- --nocapture
working-directory: ./examples/http-single-server-channels
- run: cargo test -- --nocapture
working-directory: ./examples/iroh-p2p-channels

0 comments on commit 2ff7116

Please sign in to comment.