Skip to content

Commit

Permalink
Incl manifest path
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysbalevicius committed Jan 23, 2024
1 parent 24e813d commit e326d2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test
name: Build

on:
push:
Expand Down Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Check Build
run: |
SKIP_WASM_BUILD=1 cargo +nightly check --release
SKIP_WASM_BUILD=1 cargo +nightly check --release --manifest-path=./pallet/Cargo.toml
- name: Run tests
run: |
cargo +nightly test --all-features -- --test-threads=1 --nocapture
cargo +nightly test --all-features --manifest-path=./pallet/Cargo.toml

0 comments on commit e326d2d

Please sign in to comment.