Skip to content

Commit

Permalink
ci on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
lmittmann committed Oct 17, 2024
1 parent 75b5409 commit 22760fd
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,5 +1,5 @@
name: Rust CI
on: [push]
on: [push, pull_request]

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
cache-on-failure: true
- name: build
id: build
run: cargo build --workspace --all --locked
run: cargo build --workspace --all --locked

0 comments on commit 22760fd

Please sign in to comment.