diff options
| author | Matt Borgerson <contact@mborgerson.com> | 2019-12-17 21:42:03 -0700 |
|---|---|---|
| committer | Matt Borgerson <contact@mborgerson.com> | 2019-12-17 21:42:03 -0700 |
| commit | 9757ce312de4c425567c2fcc55991ab5828773cd (patch) | |
| tree | 8a2f08f3ead026da573aea361ba6802c496c6713 /.github/workflows | |
| parent | 2434499ed2f0bec9d0584dc936f41dcc32b66997 (diff) | |
| download | gdbstub-9757ce312de4c425567c2fcc55991ab5828773cd.tar.gz | |
Move smoketest to tests dir
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_ubuntu.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_ubuntu.yml b/.github/workflows/build_ubuntu.yml index 1342203..7bd4254 100644 --- a/.github/workflows/build_ubuntu.yml +++ b/.github/workflows/build_ubuntu.yml @@ -19,4 +19,4 @@ jobs: make - name: Test run: | - ./smoketest.sh + ./tests/smoketest.sh |
