Skip to content

Commit

Permalink
Merge pull request #2444 from mavlink/pr-system-test-segfault
Browse files Browse the repository at this point in the history
CI: ignore system_tests on earlier GCC versions
  • Loading branch information
julianoes authored Nov 19, 2024
2 parents e840b3a + 6bdf6f6 commit 0d3be79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
- name: unit tests
run: ./build/release/src/unit_tests/unit_tests_runner
- name: system tests
if: ${{ matrix.ubuntu_image }} == "ubuntu-24.04"
run: ./build/release/src/system_tests/system_tests_runner

ubuntu-superbuild:
Expand Down

0 comments on commit 0d3be79

Please sign in to comment.