Skip to content

Commit 055a587

Browse files
committed
Changed github action tests to always run
1 parent 444bbd0 commit 055a587

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/race-test.yml renamed to .github/workflows/unit-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Race Detection Tests
1+
name: Unit Test Detection Tests
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [ '*' ]
55
pull_request:
6-
branches: [ main ]
6+
branches: [ '*' ]
77
jobs:
88
test:
9-
name: Race Detector
9+
name: Unit Test Detection Tests
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code

0 commit comments

Comments
 (0)