Skip to content

Commit

Permalink
TRY MORE, +18
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Nov 3, 2024
1 parent 176899f commit a69c417
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,26 +174,14 @@ jobs:
mv ./nats-server ../deps/nats-server/nats-server
fi
- name: "NC"
if: inputs.benchmark == 'OFF'
working-directory: ./build
run: |
nm -l ./bin/testsuite | sort
- name: "objdump"
if: inputs.benchmark == 'OFF'
working-directory: ./build
run: |
objdump -d -S ./bin/testsuite
- name: "Test"
if: inputs.benchmark == 'OFF'
working-directory: ./build
run: |
export PATH=../deps/nats-server:../deps/nats-streaming-server:$PATH
export NATS_TEST_SERVER_VERSION="$(nats-server -v)"
flags=""
ctest -R 'MicroStartStop' --timeout 60 --output-on-failure --repeat-until-fail 30
ctest -R 'Micro' --timeout 60 --output-on-failure --repeat-until-fail 100
# ctest -L 'test' --timeout 60 --output-on-failure --repeat-until-fail ${{ inputs.repeat }}
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit a69c417

Please sign in to comment.