Skip to content

Commit

Permalink
github action: skip all2all test that runs for an hour. Also removed …
Browse files Browse the repository at this point in the history
…--verbose switch. Add it in case of issues.
  • Loading branch information
pjotrp committed Dec 20, 2024
1 parent 63336f7 commit 7484da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
run: git submodule update --init --recursive
- name: Build wfmash
run: cmake -H. -Bbuild -D CMAKE_BUILD_TYPE=Debug -DWFA_PNG_AND_TSV=ON && cmake --build build -- -j 2
- name: Run cmake tests
- name: Run cmake tests (exclude lengthy ones)
run: |
cd build
ctest --verbose
ctest -E all2all
- name: Install Rust and Cargo
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 7484da0

Please sign in to comment.