Skip to content

Commit

Permalink
ci: add missing dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
benpueschel committed Oct 15, 2024
1 parent e07c954 commit 118f24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: rustup default ${{ matrix.channel }}
- run: cargo build --all-targets {{ matrix.features }}
- run: cargo test {{ matrix.features }}
- run: cargo build --all-targets ${{ matrix.features }}
- run: cargo test ${{ matrix.features }}

wasm-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 118f24a

Please sign in to comment.