diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf2858d..15cb096 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,12 @@ jobs: uses: actions/checkout@v3 - name: Setup Rust uses: dtolnay/rust-toolchain@stable + with: + targets: wasm32-unknown-unknown - name: Configure cache uses: Swatinem/rust-cache@v2 + - name: Install sass + run: npm install -g sass - name: Test run: cargo test lint: