Skip to content

[Snyk] Security upgrade python from 3.12.0a2-alpine to 3.13.0a4-alpine #40

[Snyk] Security upgrade python from 3.12.0a2-alpine to 3.13.0a4-alpine

[Snyk] Security upgrade python from 3.12.0a2-alpine to 3.13.0a4-alpine #40

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: |
docker pull rust
cargo test --verbose