Skip to content

Bump actions/upload-artifact from 5 to 6 #2373

Bump actions/upload-artifact from 5 to 6

Bump actions/upload-artifact from 5 to 6 #2373

Workflow file for this run

name: linux
permissions:
contents: read
on:
pull_request:
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- '.github/workflows/web.yml'
- 'web/**'
push:
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- '.github/workflows/web.yml'
- 'web/**'
branches:
- master
jobs:
linux:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Update toolchain
run: rustup update --no-self-update stable && rustup default stable
- name: Run cargo test
run: cargo test -p test_linux --target x86_64-unknown-linux-gnu