Skip to content

Commit

Permalink
Update check.yml (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrazovic authored Aug 23, 2023
1 parent b4579cc commit 8057e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

test:
# The type of runner that the job will run on
needs: check
needs: fmt
runs-on: ubuntu-22.04
container:
image: paritytech/ci-linux:production
Expand All @@ -55,4 +55,4 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Test the Parachain
run: SKIP_WASM_BUILD=1 cargo test --locked
run: SKIP_WASM_BUILD=1 cargo test --locked

0 comments on commit 8057e2e

Please sign in to comment.