Skip to content

Commit

Permalink
[#407] Added Sample coverage singular test
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Dec 2, 2024
1 parent b4d978d commit fca6a95
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,21 @@ jobs:
run: make config
- name: build
run: make build-sim

sample:
runs-on: ubuntu-latest
container:
image: ivvitc/nos3-64:20241010
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: recursive
- name: make debug
run: make debug
- name: make config
run: make config
- name: make build-test
run: make build-test
- name: coverage tests
run: cd $(FSWBUILDDIR)/amd64-posix/default_cpu1 && ctest -R ".*sample.*"

0 comments on commit fca6a95

Please sign in to comment.