Skip to content

Commit

Permalink
Remove multi logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Feb 8, 2024
1 parent 9bd6595 commit 4b4997b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
if: always()
run: |
tail -n +1 single_logs/*
tail -n +1 multi_logs/*
# tail -n +1 multi_logs/*

- name: Dump Stats
shell: bash
if: always()
run: |
cat single_stats/*
cat multi_stats/*
# cat multi_stats/*

0 comments on commit 4b4997b

Please sign in to comment.