Skip to content

chore: menambahkan tipe data byte (#48) #105

chore: menambahkan tipe data byte (#48)

chore: menambahkan tipe data byte (#48) #105

Workflow file for this run

name: golang test
on:
push:
branches:
- main
pull_request:
jobs:
golang_test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: setup go untuk testing
uses: actions/setup-go@v5
with:
go-version: '^1.18'
- name: run unit testing
run: make test
- name: unittesting dengan race-condition
run: make test-race