Skip to content

Commit

Permalink
Improve sanity check of musl binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkantor committed Jul 13, 2024
1 parent 13cce97 commit efa778b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- run: cargo build --release --target ${{ matrix.target }}
- name: sanity-test binary
shell: bash
run: target/${{ matrix.target }}/release/operator help
run: target/${{ matrix.target }}/release/operator serve --content-directory=samples/realistic-advanced --index-route=/home --error-handler-route=/error-handler --bind-to=127.0.0.1:8080

0 comments on commit efa778b

Please sign in to comment.