Skip to content

Commit

Permalink
CI: ignore system_tests on earlier GCC versions
Browse files Browse the repository at this point in the history
I suspect the segfault happens in std::filesystem somewhere for older
distributions. Therefore, for now, I'm just disabling these tests.
  • Loading branch information
julianoes committed Nov 19, 2024
1 parent e840b3a commit 6bdf6f6
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 6bdf6f6

Please sign in to comment.