Skip to content

Commit

Permalink
update gh actions wf
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedulis12 committed Apr 28, 2024
1 parent c47313b commit cf4aaf4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,11 @@ on:

jobs:
build:
name: run build
name: run build and tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build library
run: ./build.sh
test:
name: run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: runtests
- name: run tests
run: ./build.sh test

0 comments on commit cf4aaf4

Please sign in to comment.