Create test.yml

pull/3/head
Revertron 3 years ago committed by GitHub
parent 6884789824
commit a04a805ad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
Loading…
Cancel
Save