Skip to content

Commit

Permalink
Run the proper CI tasks, run on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
tclem committed Mar 20, 2024
1 parent b329f00 commit a206aed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

env:
CARGO_TERM_COLOR: always
Expand All @@ -19,6 +18,6 @@ jobs:
- name: Install protoc
run: script/install-protoc
- name: Build
run: cargo build
run: make build
- name: Run tests
run: cargo test
run: make test

0 comments on commit a206aed

Please sign in to comment.