Skip to content

Commit 73e0ffa

Browse files
Re-enabled GitHub workflow to run tests
1 parent f5164fd commit 73e0ffa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Run all tests
22

33
on:
4-
# push:
5-
# branches: [ main ]
6-
# pull_request:
7-
# branches: [ main ]
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
88
workflow_dispatch:
99

1010
env:

0 commit comments

Comments
 (0)