diff --git a/.github/workflows/ci-ubsan.yml b/.github/workflows/ci-ubsan.yml index 57c55e2a10..84cc8040a3 100644 --- a/.github/workflows/ci-ubsan.yml +++ b/.github/workflows/ci-ubsan.yml @@ -76,7 +76,7 @@ jobs: run: raco test -c tests/xml | tee logs/xml.log - name: Run tests/future continue-on-error: true - run: raco test -c tests/future + run: raco test -c tests/future | tee logs/future.log - name: Run tests/stxparse continue-on-error: true run: raco test -c tests/stxparse | tee logs/stxparse.log @@ -162,7 +162,7 @@ jobs: run: raco test -c tests/xml | tee logs/xml.log - name: Run tests/future continue-on-error: true - run: raco test -c tests/future + run: raco test -c tests/future | tee logs/future.log - name: Run tests/stxparse continue-on-error: true run: raco test -c tests/stxparse | tee logs/stxparse.log