Skip to content

build(deps): update goblin requirement from 0.8.0 to 0.9.0 #24

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

build(deps): update goblin requirement from 0.8.0 to 0.9.0 #24

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@v4
- 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