Skip to content

Commit

Permalink
test: turn on rust coverage on main branch (TabbyML#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Feb 8, 2024
1 parent 8ac3f45 commit 096f5c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test Rust

on:
push:
branches: [ "main "]

pull_request:
branches: [ "main" ]
paths:
Expand All @@ -22,6 +25,7 @@ env:

jobs:
tests:
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 096f5c7

Please sign in to comment.