mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Enable CI for new-api
This commit is contained in:
parent
29b42ef62d
commit
afa2a021db
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -3,7 +3,7 @@ name: test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master, dev]
|
branches: [dev, master, new-api]
|
||||||
paths:
|
paths:
|
||||||
[
|
[
|
||||||
"**.rs",
|
"**.rs",
|
||||||
|
@ -31,6 +31,9 @@ on:
|
||||||
"!LICENSE",
|
"!LICENSE",
|
||||||
"!*.sh",
|
"!*.sh",
|
||||||
]
|
]
|
||||||
|
schedule:
|
||||||
|
# Run CI every week
|
||||||
|
- cron: "00 01 * * 0"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
|
|
Loading…
Reference in a new issue