Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
colinleroy committed Jan 30, 2024
1 parent 82da566 commit 4a0bc80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/snapshot-on-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
- name: Build app (release)
run: msbuild src\cc65.sln -t:rebuild -property:Configuration=Release

- name: Run the regression tests (make test)
if: steps.check-sha.outputs.cache-hit != 'true'
shell: cmd
run: make test SHELL=cmd

build_linux:
name: Build, Test, and Snapshot (Linux)
if: github.repository == 'cc65/cc65'
Expand Down

0 comments on commit 4a0bc80

Please sign in to comment.