Skip to content

Commit

Permalink
update ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitRanque committed Jun 10, 2024
1 parent 15313d8 commit 440dfe0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: "Test Suite"
on:
push:
pull_request:

jobs:
Expand All @@ -10,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: ""
- run: cargo test --all-features

# Check formatting with rustfmt
Expand All @@ -22,5 +23,6 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt
rustflags: ""
- name: Rustfmt Check
uses: actions-rust-lang/rustfmt@v1

0 comments on commit 440dfe0

Please sign in to comment.