Skip to content

Commit

Permalink
TMP: integration tests on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dtebbs committed Jan 22, 2021
1 parent 150b14b commit 4ffc29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onpullrequest-build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
scripts/install_grpc /usr v1.31.x depends/grpc
sudo apt install -y ccache
- name: Execute
run: CI_CONFIG=Release CI_CURVE=${{ matrix.curve }} CI_FULL_TESTS=1 scripts/ci build
run: CI_CONFIG=Release CI_CURVE=${{ matrix.curve }} CI_FULL_TESTS=1 CI_INTEGRATION_TESTS=1 scripts/ci build

0 comments on commit 4ffc29d

Please sign in to comment.