2
0
mirror of https://github.com/Revertron/Alfis synced 2024-11-07 09:20:31 +00:00
Alfis/.github/workflows/test.yml
2021-02-23 11:09:01 +01:00

25 lines
372 B
YAML

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: cargo test --verbose
- name: Setting
run: echo "::set-env name=BIN::alfis.exe"
- name: Echo
run: echo $BIN