fix ci
This commit is contained in:
parent
bffcf97f3e
commit
c50dce2752
@ -4,6 +4,10 @@ on: push
|
||||
|
||||
env:
|
||||
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:
|
||||
test:
|
||||
|
@ -8,12 +8,9 @@
|
||||
|
||||
- [x] Station
|
||||
- [x] Route
|
||||
- [x] Route_station
|
||||
- [x] Route_station
|
||||
- [x] Team
|
||||
- [ ] Rating view
|
||||
- [x] make plan how i want to handle station-login, then write tests!
|
||||
- [ ] simple rating entry
|
||||
- [ ] improve messages, especially for `/s`
|
||||
- [x] Rating view
|
||||
- [ ] Highscore list
|
||||
|
||||
## Fancy features
|
||||
|
Loading…
x
Reference in New Issue
Block a user