brokkr

Bytecode virtual machine for Valhalla.
git clone git://git.knutsen.co/brokkr
Log | Files | Refs | README | LICENSE

commit bf94eb9d2678ca1b9148520ea07c66186395cd47
parent 83179d6b4daa6fbb778348c5174530c681c71073
Author: Demonstrandum <moi@knutsen.co>
Date:   Thu, 20 Feb 2020 16:29:33 +0000

Merge branch 'master' of github.com:valhalla-lang/brokkr

Diffstat:
M.github/workflows/rust.yml | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml @@ -9,7 +9,9 @@ jobs: steps: - uses: actions/checkout@v1 + - name: Update Rust + run: rustup toolchain install nightly - name: Build - run: cargo build --verbose + run: cargo +nightly build --verbose - name: Run tests - run: cargo test --verbose + run: cargo +nightly test --verbose