Skip to content

Commit

Permalink
ci: build with tests included
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelrogstad committed Apr 12, 2024
1 parent 42ce695 commit 8cc3783
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- run: echo "CONFIG_SITE=$PWD/depends/$HOST/share/config.site" >> $GITHUB_ENV

- run: ./configure --disable-tests --disable-bench --disable-hardening --enable-online-rust
- run: ./configure --disable-bench --disable-hardening --enable-online-rust

- run: make -C src cargo-build-lib

Expand All @@ -46,7 +46,7 @@ jobs:
- run: echo LDFLAGS="-L$BRIDGE_LOCATION -lcxxbridge1" >> $GITHUB_ENV

# Reconfigure the build, taking our freshly compiled Rust C++ bridge into account.
- run: ./configure --disable-tests --disable-bench --disable-hardening --enable-online-rust
- run: ./configure --disable-bench --disable-hardening --enable-online-rust

- run: make -j

Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:

- run: echo "CONFIG_SITE=$PWD/depends/$HOST/share/config.site" >> $GITHUB_ENV

- run: ./configure --disable-tests --disable-bench --disable-hardening --enable-online-rust
- run: ./configure --disable-bench --disable-hardening --enable-online-rust

- run: make -C src cargo-build-lib

Expand All @@ -140,7 +140,7 @@ jobs:
- run: echo LDFLAGS="-L$BRIDGE_LOCATION -lcxxbridge1" >> $GITHUB_ENV

# Reconfigure the build, taking our freshly compiled Rust C++ bridge into account.
- run: ./configure --disable-tests --disable-bench --disable-hardening --enable-online-rust
- run: ./configure --disable-bench --disable-hardening --enable-online-rust

- run: make -j

Expand Down

0 comments on commit 8cc3783

Please sign in to comment.