Skip to content

feat: Update config + server CORS #6

feat: Update config + server CORS

feat: Update config + server CORS #6

Workflow file for this run

name: Build and Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
# https://github.com/42ByteLabs/.github/blob/main/.github/workflows/cargo-build.yml
uses: 42ByteLabs/.github/.github/workflows/cargo.yml@main
secrets: inherit
# with:
# features: "all"