Skip to content

temporary fix for aws deploy #28

temporary fix for aws deploy

temporary fix for aws deploy #28

Workflow file for this run

name: Cargo CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build_job:
name: Test Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo build --verbose