Skip to content

Merge pull request #2 from winks/renovate/libc-0.x-lockfile #7

Merge pull request #2 from winks/renovate/libc-0.x-lockfile

Merge pull request #2 from winks/renovate/libc-0.x-lockfile #7

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install
uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
override: true
- name: Build
run: cargo build --release