Skip to content

Commit

Permalink
Github Actions - Take <i-dont-know> getting tests to work
Browse files Browse the repository at this point in the history
  • Loading branch information
thepowersgang committed Oct 17, 2021
1 parent 92528c7 commit 965527b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: avoid recompile
run: make --touch && make --touch -C tools/minicargo && make --touch -C tools/testrunner
- name: Download all workflow run artifacts
uses: actions/download-artifact@v2
with:
name: binaries
path: bin
- name: make RUSTCSRC
run: make RUSTCSRC
- name: avoid recompile
- name: avoid recompile 2
run: make --touch && make --touch -C tools/minicargo && make --touch -C tools/testrunner
- name: make test
run: make test

0 comments on commit 965527b

Please sign in to comment.