fix ci
This commit is contained in:
parent
bffcf97f3e
commit
c50dce2752
@ -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:
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user