Skip to content

Commit

Permalink
Runs cargo check without std feature. This makes sure we don't ac…
Browse files Browse the repository at this point in the history
…cidentally sneak in any `std` functionality.
  • Loading branch information
Stoeoef committed Nov 9, 2023
1 parent 4e96224 commit 0afa225
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/spade_actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check

args: --no-default-features

test:
name: Test Suite
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0afa225

Please sign in to comment.