Skip to content

Commit

Permalink
[bilibili.space] Request with a real account cookies from config
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Mar 7, 2025
1 parent fe74531 commit 9c6b415
Show file tree
Hide file tree
Showing 9 changed files with 175 additions and 534 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
run: cargo check --verbose
- name: Run tests with all features
env:
CLOSELY_TEST_BILIBILI_COOKIES: ${{ secrets.CLOSELY_TEST_BILIBILI_COOKIES }}
CLOSELY_TEST_TWITTER_COOKIES: ${{ secrets.CLOSELY_TEST_TWITTER_COOKIES }}
run: cargo test --all-features --verbose

Expand All @@ -60,5 +61,6 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Run clippy
env:
CLOSELY_TEST_BILIBILI_COOKIES: ${{ secrets.CLOSELY_TEST_BILIBILI_COOKIES }}
CLOSELY_TEST_TWITTER_COOKIES: ${{ secrets.CLOSELY_TEST_TWITTER_COOKIES }}
run: cargo clippy --all-features --tests --examples -- -D warnings -A dead-code
Loading

0 comments on commit 9c6b415

Please sign in to comment.