Update rust.yml

This commit is contained in:
Flori 2023-04-15 17:50:48 +02:00 committed by GitHub
parent 7d7a4d102a
commit 111b8dd8f0
1 changed files with 0 additions and 5 deletions

View File

@ -28,13 +28,8 @@ jobs:
npm install
npm run setup
npm run start &
echo $! > server_pid.txt
working-directory: ./spacebarchat-server
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Terminate the server
run: |
kill $(cat server_pid.txt)
rm server_pid.txt