Fix bad test reference

pull/191/head
Chip Senkbeil 12 months ago
parent 528dea0917
commit 95c0d0c0d1
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -161,7 +161,7 @@ jobs:
run: echo "NEXTEST_RETRIES=9" >> $GITHUB_ENV
shell: bash
- name: Run auth tests (all features)
run: cargo nextest run --profile ci --release --all-features -p distant-net
run: cargo nextest run --profile ci --release --all-features -p distant-auth
- name: Run net tests (default features)
run: cargo nextest run --profile ci --release -p distant-net
- name: Build core (default features)

Loading…
Cancel
Save