Skip to content

Bump actions/checkout from 3 to 4 #65

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #65

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update
run: cargo update
- name: Check
run: cargo check --all
- name: Run tests
run: cargo test --all-features --all