Skip to content

chore: Reduces MSRV to 1.75 #4

chore: Reduces MSRV to 1.75

chore: Reduces MSRV to 1.75 #4

Workflow file for this run

name: Test ixaccess R (Rust 1.65, R Latest)
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Rust 1.75
uses: actions-rs/toolchain@v1
with:
toolchain: 1.75
profile: minimal
override: true
- name: Run cargo test
run: cargo test --verbose --package ixaccess-r