Skip to content

Commit

Permalink
build: skip building the server
Browse files Browse the repository at this point in the history
  • Loading branch information
martinctl committed Feb 19, 2024
1 parent fbfc256 commit ec7bc59
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
- name: Test core
run: cargo test --manifest-path core/Cargo.toml

build-server:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build server
run: cargo build --release --manifest-path server/Cargo.toml
- name: Test server
run: cargo test --manifest-path server/Cargo.toml
# build-server:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Build server
# run: cargo build --release --manifest-path server/Cargo.toml
# - name: Test server
# run: cargo test --manifest-path server/Cargo.toml

build-web:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ec7bc59

Please sign in to comment.