Delete test.yml

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

@ -1,24 +0,0 @@
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