Skip to content

upgrade to xed v2023.12.19 and mbuild v2022.07.28 (#64) #11

upgrade to xed v2023.12.19 and mbuild v2022.07.28 (#64)

upgrade to xed v2023.12.19 and mbuild v2022.07.28 (#64) #11

on:
# Dependabot branches are already built by the pull-request flow since
# dependabot will always open a corresponding PR.
push:
branches-ignore:
- dependabot/**
pull_request:
name: ci-linux
jobs:
build_and_test:
name: xed-rs
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
toolchain: [stable, beta]
experimental: [false]
include:
- toolchain: nightly
experimental: true
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
- uses: actions-rs/cargo@v1
with:
command: test