Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "CI: Set timeout to ccpp job ASan-22 (#1365)" #1369

Merged
merged 1 commit into from Mar 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/ccpp.yml
Expand Up @@ -31,13 +31,9 @@ jobs:
- name: ninja -C builddir
run: ninja -C builddir
# Since Meson 0.57, `test` subcommand will only rebuild test program.
# Set a timeout for test program using AddressSanitizer to prevent hang-ups.
- name: meson test -v -C builddir --timeout-multiplier 1
run: meson test -v -C builddir --timeout-multiplier 1
continue-on-error: true
id: meson_test
- name: meson test -v -C builddir
run: meson test -v -C builddir
- name: ./builddir/src/jdim -V
if: ${{ steps.meson_test.outcome == 'success' }}
run: ./builddir/src/jdim -V

compiler-20:
Expand Down