Skip to content

Commit

Permalink
chore: remove no-std action
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Dec 17, 2024
1 parent fb898ba commit b91796d
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,4 @@ env:

jobs:
rust-base:
uses: init4tech/actions/.github/workflows/rust-base.yml@main

test-no-features:
name: Test Suite (no default features)
runs-on:
group: init4-runners
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Run tests
env:
CARGO_NET_GIT_FETCH_WITH_CLI: true
run: |
cargo test --no-default-features
uses: init4tech/actions/.github/workflows/rust-base.yml@main

0 comments on commit b91796d

Please sign in to comment.