Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Aug 24, 2023
1 parent 9cc5eac commit aa4cdea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions ci/build_and_test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,4 @@ if "%CFG_RELEASE_CHANNEL%"=="nightly" (
) else (
cargo build --locked || exit /b 1
)
cargo test || exit /b 1

:: Build and test other crates
cd config_proc_macro || exit /b 1
cargo build --locked || exit /b 1
cargo test || exit /b 1
5 changes: 0 additions & 5 deletions ci/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,4 @@ if [ "$CFG_RELEASE_CHANNEL" == "nightly" ]; then
else
cargo build --locked
fi
cargo test

# Build and test other crates
cd config_proc_macro
cargo build --locked
cargo test

0 comments on commit aa4cdea

Please sign in to comment.