Skip to content

Commit

Permalink
CI: Don't suppress output of make quickcheck
Browse files Browse the repository at this point in the history
bcef8f6 already tried to do
this, but one the ec2 container tests were missed.

Signed-off-by: Matthias J. Kannwischer <[email protected]>
  • Loading branch information
mkannwischer committed Dec 22, 2024
1 parent b94f8ce commit 8d8dad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_ec2_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ jobs:
sudo: ""
- name: make quickcheck
run: |
OPT=0 make quickcheck >/dev/null
OPT=0 make quickcheck
make clean >/dev/null
OPT=1 make quickcheck >/dev/null
OPT=1 make quickcheck
- name: Functional Tests
uses: ./.github/actions/multi-functest
with:
Expand Down

0 comments on commit 8d8dad3

Please sign in to comment.