Skip to content

Update to latest version of Checkout #22

Update to latest version of Checkout

Update to latest version of Checkout #22

Workflow file for this run

on: push
name: Run tests
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo install cargo-all-features
- run: cargo build-all-features --verbose
- run: cargo test-all-features --verbose