Skip to content

Fix the generation of mem with 1 bit of write mask #1

Fix the generation of mem with 1 bit of write mask

Fix the generation of mem with 1 bit of write mask #1

name: Run scala 2.11 tests
on:
push:
branches:
- dev
pull_request:
branches:
- dev
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
jobs:
run-test:
uses: ./.github/workflows/sbt-tests.yml
with:
scala_version: '2.11.12'
runner_os: 'Linux'
github_sha: ${{ github.sha }}