Skip to content

Bump actions/configure-pages from 3 to 5 #1

Bump actions/configure-pages from 3 to 5

Bump actions/configure-pages from 3 to 5 #1

Workflow file for this run

on:
pull_request:
branches:
- main
paths:
- "**"
- "!/*.md"
- "!/**.md"
workflow_dispatch:
name: Tests
permissions: write-all
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
override: true
components: rustfmt, clippy, rust-src
- name: Cache
uses: Swatinem/rust-cache@v2
- name: Run tests
run: cargo test