Skip to content

Commit

Permalink
ci: test run server
Browse files Browse the repository at this point in the history
  • Loading branch information
luftaquila authored Apr 18, 2024
1 parent 221e159 commit 2dac222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ env:

jobs:
build:

runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- name: Build server
run: cargo build --bin transistor-server --verbose
- name: Build client
run: cargo build --bin transistor-client --verbose
- name: Run server
run: cargo run --bin transistor-server

0 comments on commit 2dac222

Please sign in to comment.