Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
a1phyr committed Oct 20, 2023
1 parent 2a19012 commit cec4db4
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ jobs:
- windows-latest

steps:
- name: Checkout sources
uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install toolchain
run: rustup toolchain add ${{ matrix.rust }}
- run: rustup toolchain add ${{ matrix.rust }}

- name: cargo test
run: cargo +${{ matrix.rust }} test
- run: cargo +${{ matrix.rust }} test

check:
name: Check wasi
Expand All @@ -35,11 +32,8 @@ jobs:
- stable

steps:
- name: Checkout sources
uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install toolchain
run: rustup toolchain add ${{ matrix.rust }} && rustup +${{ matrix.rust }} target add wasm32-wasi
- run: rustup toolchain add ${{ matrix.rust }} && rustup +${{ matrix.rust }} target add wasm32-wasi

- name: cargo check
run: cargo +${{ matrix.rust }} check --target wasm32-wasi
- run: cargo +${{ matrix.rust }} check --target wasm32-wasi

0 comments on commit cec4db4

Please sign in to comment.