Skip to content

fix the rust implementation #106

fix the rust implementation

fix the rust implementation #106

Workflow file for this run

name: Continuous-Testing
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Install go
uses: actions/setup-go@v2
with:
go-version: "1.21.1"
- run: go mod tidy
- run: go test ./test/counter ./test/danger ./test/novel ./test/nullValue ./test/zoo