Skip to content

Commit

Permalink
ci debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzSchueler committed May 27, 2024
1 parent 1e80e4b commit 882c168
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ jobs:
release_address = \"0.0.0.0:8000\"
debug_address = \"0.0.0.0:8001\"
" > sport-log-server.toml
- name: cargo clean
run: cargo clean
- name: cargo test
run: cargo test --all-features

Expand Down Expand Up @@ -205,6 +207,8 @@ jobs:
release_address = \"0.0.0.0:8000\"
debug_address = \"0.0.0.0:8001\"
" > sport-log-server.toml
- name: cargo clean
run: cargo clean
- name: run server
working-directory: sport-log-server
run: |
Expand Down

0 comments on commit 882c168

Please sign in to comment.