Skip to content

str

str #1

Workflow file for this run

name: Korrosjon
on:
push:
branches: [hoved]
pull_request:
branches: [hoved]
jobs:
ic:
env:
RUST_BACKTRACE: 1
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
- nightly
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- name: Start eksemplene
uses: actions-rs/cargo@v1
with:
command: run