Skip to content

Commit

Permalink
Simplify Rust CI Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu-maeda committed Dec 20, 2023
1 parent 7c9e54d commit 661b005
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,11 @@ env:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- beta
- nightly

steps:
- uses: actions/checkout@v3
- run: |
sudo apt-get install -y protobuf-compiler
rustup update ${{ matrix.toolchain }}
rustup default ${{ matrix.toolchain }}
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 661b005

Please sign in to comment.