Skip to content

feat: Added allocatable property to nodes key #249

feat: Added allocatable property to nodes key

feat: Added allocatable property to nodes key #249

Workflow file for this run

name: test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
check-latest: true # https://github.com/actions/setup-go#check-latest-version
cache: true # https://github.com/actions/setup-go#caching-dependency-files-and-build-outputs
- name: Test
run: go test -race ./...