Skip to content

Remove windows and linux workflow #2

Remove windows and linux workflow

Remove windows and linux workflow #2

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build-mac:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --release --verbose
- name: Run tests
run: cargo test --verbose
- name: Upload Release
uses: actions/upload-artifact@v3
with:
name: MacOS
path: ./target/release/discord-rpc-cli