Skip to content

Commit 13b92f5

Browse files
authored
fix: Run ci on pull request to resolve small error
1 parent 64237e4 commit 13b92f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CI
22

3-
on: push
3+
on: [pull_request, push]
44

55
env:
66
CARGO_TERM_COLOR: always
@@ -21,4 +21,4 @@ jobs:
2121
- name: Run cargo fmt
2222
run: cargo fmt --all -- --check
2323
- name: Run tests
24-
run: cargo test --verbose
24+
run: cargo test --verbose

0 commit comments

Comments
 (0)