Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkropachev committed Sep 6, 2024
1 parent 483adc9 commit 3cb2491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
sudo apt-get install libssl1.1 libssl-dev libuv1-dev libkrb5-dev libc6-dbg libclang-15-dev
- name: Build integration suit
run: cmake -DCASS_BUILD_INTEGRATION_TESTS=ON -DCASS_USE_STATIC_LIBS=ON . && make
run: cmake -DCASS_BUILD_INTEGRATION_TESTS=ON -DCASS_USE_STATIC_LIBS=ON . && make -j 4 || make

- name: Cargo check
working-directory: ./scylla-rust-wrapper
Expand Down

0 comments on commit 3cb2491

Please sign in to comment.