Skip to content

Commit

Permalink
fix: Run ci on pull request to resolve small error
Browse files Browse the repository at this point in the history
  • Loading branch information
alt-art committed Oct 11, 2023
1 parent 64237e4 commit 13b92f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: push
on: [pull_request, push]

env:
CARGO_TERM_COLOR: always
Expand All @@ -21,4 +21,4 @@ jobs:
- name: Run cargo fmt
run: cargo fmt --all -- --check
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose

0 comments on commit 13b92f5

Please sign in to comment.