Skip to content

Commit 4b2024a

Browse files
committed
feat: no-default features check on trevm
1 parent 3dfdeff commit 4b2024a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

Diff for: .github/workflows/rust-ci.yml

+17-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,20 @@ env:
1111

1212
jobs:
1313
rust-base:
14-
uses: init4tech/actions/.github/workflows/rust-base.yml@main
14+
uses: init4tech/actions/.github/workflows/rust-base.yml@main
15+
16+
test-no-features:
17+
name: Test Suite (no default features)
18+
runs-on:
19+
group: init4-runners
20+
steps:
21+
- name: Checkout repository
22+
uses: actions/checkout@v4
23+
- name: Install Rust toolchain
24+
uses: dtolnay/rust-toolchain@stable
25+
- uses: Swatinem/rust-cache@v2
26+
- name: Run tests
27+
env:
28+
CARGO_NET_GIT_FETCH_WITH_CLI: true
29+
run: |
30+
cargo test --no-default-features

0 commit comments

Comments
 (0)