Skip to content

Commit e4cec1f

Browse files
committed
a
1 parent 803b821 commit e4cec1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
toolchain: ${{ matrix.rust }}
4848
- uses: Swatinem/rust-cache@v2
4949
- name: Test twitch_oauth2
50-
run: cargo test --all-targets --features "$CI_TWITCH_OAUTH2_FEATURES" --workspace
50+
run: cargo test --all-targets --features "${{ env.CI_TWITCH_OAUTH2_FEATURES }}" --workspace
5151
fmt:
5252
name: Rustfmt
5353
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)