Skip to content

Commit

Permalink
chore(ci): Remove unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
drager committed Jun 30, 2021
1 parent 0350b19 commit f38ef9e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ jobs:
target
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('Cargo.lock') }}

- name: Update rust
run: |
rustup update ${{ matrix.rust }} --no-self-update
rustup default ${{ matrix.rust }}
rustup target add wasm32-unknown-unknown --toolchain stable
- name: Run Tests
run: cargo test --features "strict" --all --locked
env:
Expand Down

0 comments on commit f38ef9e

Please sign in to comment.