Skip to content

Merge pull request #36 from brave/renovate/actions-checkout-4.x #20

Merge pull request #36 from brave/renovate/actions-checkout-4.x

Merge pull request #36 from brave/renovate/actions-checkout-4.x #20

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- speedreader
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Cache
uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
- name: Build
run: cargo build
- name: Test
run: cargo test