Skip to content

Commit

Permalink
update github action - stop using deprecated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tjol committed May 31, 2024
1 parent 59dc562 commit 85b74a3
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v2
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
uses: actions/checkout@v4
- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features
run: cargo build --release --all-features
- name: Test
uses: actions-rs/cargo@v1
with:
command: test
args: --release --all-features
run: cargo test --release --all-features

0 comments on commit 85b74a3

Please sign in to comment.