We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803b821 commit e4cec1fCopy full SHA for e4cec1f
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
toolchain: ${{ matrix.rust }}
48
- uses: Swatinem/rust-cache@v2
49
- name: Test twitch_oauth2
50
- run: cargo test --all-targets --features "$CI_TWITCH_OAUTH2_FEATURES" --workspace
+ run: cargo test --all-targets --features "${{ env.CI_TWITCH_OAUTH2_FEATURES }}" --workspace
51
fmt:
52
name: Rustfmt
53
runs-on: ubuntu-latest
0 commit comments