Create test.yml

This commit is contained in:
Revertron
2021-02-23 11:09:01 +01:00
committed by GitHub
parent 6884789824
commit a04a805ad3
+24
View File
@@ -0,0 +1,24 @@
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