Skip to content

Commit

Permalink
Test for macos-14 runner (9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggtakec committed Nov 24, 2024
1 parent 7eed119 commit b52a07d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ jobs:
- name: Test suite
run: |
cd test
ALL_TESTS=1 ./small-integration-test.sh
make check -C src
make ALL_TESTS=1 check -C test || (test/filter-suite-log.sh test/test-suite.log; exit 1)
#make check -C src
#cd test
#ALL_TESTS=1 ./small-integration-test.sh
#make ALL_TESTS=1 check -C test || (test/filter-suite-log.sh test/test-suite.log; exit 1)
MemoryTest:
Expand Down

0 comments on commit b52a07d

Please sign in to comment.