From b0d725f24335e82eefc77175efc0a5282951316e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 6 Apr 2022 21:52:30 -0400 Subject: More efficient binary formatting. --- .github/workflows/test.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6dd130899..931e57ab3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,11 +38,12 @@ jobs: with: ruby-version: '2.6' - run: cd ./stdlib/ ../lux.sh with ruby with bibliotheca test -# test_stdlib: -# runs-on: ubuntu-latest -# steps: -# # Test on Lua -# # https://github.com/marketplace/actions/setup-lua-luajit -# - uses: xpol/setup-lua@v0.3 -# - run: cd ./stdlib/ && ../lux.sh clean && ../lux.sh with lua with bibliotheca test && cd .. + test_stdlib_on_lua: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: ./.github/workflows/setup_aedifex + # https://github.com/marketplace/actions/setup-lua-luajit + - uses: xpol/setup-lua@v0.3 + - run: cd ./stdlib/ && ../lux.sh with lua with bibliotheca test -- cgit v1.2.3