Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yiweichi committed Jan 17, 2025
1 parent a623cd6 commit afb0516
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Rust

on:
push:
branches: [ "main" ]
branches: [ "feat-test-ci" ]
pull_request:
branches: [ "main" ]
branches: [ "feat-test-ci" ]

env:
CARGO_TERM_COLOR: always
Expand All @@ -16,6 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev liblz4-dev libzstd-dev
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit afb0516

Please sign in to comment.