Skip to content

adds server with post api #2

adds server with post api

adds server with post api #2

name: Linux x86_64
on:
pull_request:
workflow_dispatch:
jobs:
build_test:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: setup rust stable
run: curl https://sh.rustup.rs -sSf | sh -s -- -y
- name: unit tests
run: |
cargo test --all --release
- name: upload bundle
uses: actions/upload-artifact@v4
with:
name: linux-x86_64-${{ matrix.os }}
path: target/release/psv