Skip to content

Commit

Permalink
Update github workflows now that examples have a feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
nemosupremo committed Jan 12, 2024
1 parent 15b3c80 commit 297f7ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install mdbook
run: cargo install mdbook --no-default-features
- name: Build the project
run: cargo build --verbose --examples
run: cargo build --verbose --features ssl --examples
- name: Build the book
run: mdbook build docs
- name: Build the book using the script
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Check
run: cargo check --verbose
- name: Run cloud example
run: cargo run --example cloud -- $HOME/.ccm/serverless/config_data.yaml
run: cargo run --features cloud --example cloud -- $HOME/.ccm/serverless/config_data.yaml
- name: Run cloud tests
run: CLOUD_CONFIG_PATH=$HOME/.ccm/serverless/config_data.yaml RUSTFLAGS="--cfg scylla_cloud_tests" cargo test --verbose

Expand Down

0 comments on commit 297f7ce

Please sign in to comment.