Skip to content

Commit 1b50d88

Browse files
committed
initial
1 parent 61fab6c commit 1b50d88

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/tests_go.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010

1111
jobs:
12-
framelix-tests:
12+
go-tests:
1313
runs-on: ubuntu-latest
1414
steps:
1515

@@ -19,19 +19,19 @@ jobs:
1919
- name: Setup Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: '1.21'
22+
go-version: 'stable'
2323

2424
- name: Display Go version
2525
run: go version
2626

2727
- name: Run setup
2828
run: bash setup.sh
2929

30-
- name: Run build
31-
run: bash build.sh
32-
3330
- name: Run tests
3431
run: bash tests/run_tests.sh
32+
33+
- name: Run build
34+
run: bash build.sh
3535

3636
- name: Upload results after tests
3737
if: always()

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![NSHPTT Go Source Tests](https://github.com/NullixAT/nullix-server-hardware-performance-test-tool/actions/workflows/tests_go.yml/badge.svg)](https://github.com/NullixAT/nullix-server-hardware-performance-test-tool/actions/workflows/tests_go.yml)
12
## Nullix Server Hardware Performance Test Tool (NSHPTT)
23
A simple tool to test raw performance of any server, pc or machine. It features CPU and Disk stress tests and can/should be used to compare multiple machines to find bottlenecks.
34

0 commit comments

Comments
 (0)