Skip to content

Bump actions/upload-artifact from 4.6.2 to 5.0.0 #33

Bump actions/upload-artifact from 4.6.2 to 5.0.0

Bump actions/upload-artifact from 4.6.2 to 5.0.0 #33

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
permissions: read-all
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Format
run: |
cargo fmt --check
- name: Build
run: |
cargo build --profile release
- name: Run all tests
run: |
cargo test --all-features --profile release