Skip to content

Commit

Permalink
Fail FreeBSD CI if any step fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Tirka committed May 6, 2023
1 parent aeda2e2 commit 37e7b74
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ jobs:
sh rustup.sh -y --profile minimal --default-toolchain stable
echo "~~~~ rustc --version ~~~~"
$HOME/.cargo/bin/rustc --version
run: |
echo "~~~~ freebsd-version ~~~~"
freebsd-version
$HOME/.cargo/bin/cargo build --all-targets
$HOME/.cargo/bin/cargo test
$HOME/.cargo/bin/cargo test --manifest-path fuzz/Cargo.toml
run: $HOME/.cargo/bin/cargo build --all-targets && $HOME/.cargo/bin/cargo test && $HOME/.cargo/bin/cargo test --manifest-path fuzz/Cargo.toml
test:
strategy:
matrix:
Expand Down

0 comments on commit 37e7b74

Please sign in to comment.