Create test.yml

This commit is contained in:
Wolfgang
2023-05-29 12:44:19 +02:00
committed by GitHub
parent 48b6195538
commit 1ece2e1901

24
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
name: Test
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Running compile script
run: |
source ${HOME}/.cargo/env
env
echo ./build.sh client
debug:
runs-on: ubuntu-22.04
steps:
- name: Running compile script
run: |
source ${HOME}/.cargo/env
env
echo ./build.sh client debug