chore: Fix typo

This commit is contained in:
Ed Page 2024-06-03 10:29:26 -05:00
parent 44916f6d2b
commit ce6badcd18

View file

@ -53,7 +53,7 @@ jobs:
toolchain: stable toolchain: stable
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@cargo-hack - uses: taiki-e/install-action@cargo-hack
- name: Update dependencues - name: Update dependencies
run: cargo update run: cargo update
- name: Build - name: Build
run: cargo test --workspace --no-run run: cargo test --workspace --no-run