Skip to content

update rust to 1.79; fix warnings #35

update rust to 1.79; fix warnings

update rust to 1.79; fix warnings #35

Workflow file for this run

name: ci
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
env:
RUST_VERSION: 1.73.0
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on:
group: rust-heavy
container: dscvrdocker/be-edge-base-builder
steps:
- uses: actions/checkout@v3
- name: Run
run: ./build-scripts/build_and_test.sh
env:
CARGO_INCREMENTAL: "0"