Skip to content

fixed wro bug on copmile #14

fixed wro bug on copmile

fixed wro bug on copmile #14

Workflow file for this run

name: Build and test Phoenix (Rust)
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and test Phoenix
run: cargo build -r; cargo test
- uses: actions/upload-artifact@v3
with:
name: Phoenix
path: target/release/phoenix