Skip to content

build(deps): update goblin requirement from 0.9.0 to 0.10.3 #29

build(deps): update goblin requirement from 0.9.0 to 0.10.3

build(deps): update goblin requirement from 0.9.0 to 0.10.3 #29

Workflow file for this run

on: [pull_request]
name: test
jobs:
test:
name: ${{ matrix.toolchain }} (${{ matrix.profile.name }})
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install Rust
run: rustup toolchain install ${{ matrix.toolchain }}
- name: cargo test ${{ matrix.toolchain }}
run: cargo +${{ matrix.toolchain }} test ${{ matrix.profile.flag }}
strategy:
fail-fast: false
matrix:
toolchain:
- nightly
- beta
- stable
- 1.65.0
profile:
- name: debug
- name: release
flag: --release