Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Syuparn committed Feb 23, 2024
1 parent 24a4463 commit ece1e48
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Test

on: [push]

jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Setup Wasmer
uses: wasmerio/setup-wasmer@v3.1
with:
version: 'v4.2.3'
- name: prepare Onyx
run: |
git clone https://github.com/onyx-lang/onyx --depth 1
cd onyx
git fetch origin v0.1.9-beta
git checkout v0.1.9-beta
source settings.sh
./build.sh compile install
onyx version
- name: test
run: make test

0 comments on commit ece1e48

Please sign in to comment.