test: fix authenticated testing in CI
This commit is contained in:
parent
1b08166399
commit
7984f9f13a
3 changed files with 20 additions and 11 deletions
|
|
@ -29,10 +29,11 @@ jobs:
|
|||
|
||||
- name: 🧪 Test
|
||||
run: |
|
||||
echo "${{ secrets.RUSTYPIPE_CACHE }}" > rustypipe_cache.json
|
||||
printf "$RUSTYPIPE_CACHE" > rustypipe_cache.json
|
||||
cargo nextest run --config-file ~/.config/nextest.toml --profile ci --retries 2 --features rss --workspace
|
||||
env:
|
||||
ALL_PROXY: "http://warpproxy:8124"
|
||||
RUSTYPIPE_CACHE: "${{ secrets.RUSTYPIPE_CACHE }}"
|
||||
|
||||
- name: 💌 Upload test report
|
||||
if: always()
|
||||
|
|
|
|||
Reference in a new issue