fix ci
All checks were successful
CI/CD Pipeline / test (push) Successful in 2m51s
CI/CD Pipeline / deploy (push) Successful in 9m49s

This commit is contained in:
Philipp Hofer 2025-04-11 20:30:30 +02:00
parent bffcf97f3e
commit c50dce2752
2 changed files with 6 additions and 5 deletions

View File

@ -4,6 +4,10 @@ on: push
env: env:
CARGO_TARGET: x86_64-unknown-linux-musl CARGO_TARGET: x86_64-unknown-linux-musl
SSH_HOST: ${{ secrets.SSH_HOST }}
SSH_USER: ${{ secrets.SSH_USER }}
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
jobs: jobs:
test: test:

View File

@ -8,12 +8,9 @@
- [x] Station - [x] Station
- [x] Route - [x] Route
- [x] Route_station - [x] Route_station
- [x] Team - [x] Team
- [ ] Rating view - [x] Rating view
- [x] make plan how i want to handle station-login, then write tests!
- [ ] simple rating entry
- [ ] improve messages, especially for `/s`
- [ ] Highscore list - [ ] Highscore list
## Fancy features ## Fancy features