Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston authored Aug 25, 2024
1 parent 0ad5c85 commit e42a2da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sanitisers.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Continuous Integration tests
name: GCC
name: Sanitizers

on:
push:
Expand All @@ -16,7 +16,7 @@ concurrency:
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

jobs:
linux-gcc:
sanitizers:
strategy:
matrix:
sanitiser:
Expand All @@ -26,7 +26,7 @@ jobs:
- THREAD
- UNDEFINED

name: Sanitising ${{ matrix.sanitiser }}
name: Sanitizing ${{ matrix.sanitiser }}
runs-on: ubuntu-latest
continue-on-error: true

Expand Down

0 comments on commit e42a2da

Please sign in to comment.