Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Feb 1, 2024
1 parent ff5cc31 commit 412063f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ci/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ rustc -Vv
cargo -V

# Build and test main crate
if [ "$CFG_RELEASE_CHANNEL" == "nightly" ]; then
cargo build --locked --all-features
else
cargo build --locked
fi
cargo build --locked --all-features

0 comments on commit 412063f

Please sign in to comment.