Skip to content

Commit

Permalink
chore: correct the new CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Aug 22, 2023
1 parent 3dea44a commit 1d21606
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1d21606

Please sign in to comment.