Skip to content

Commit

Permalink
Execute tests using a target defined as a JSON spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Zakrzewski committed Mar 26, 2024
1 parent 34ed401 commit 0268ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/m68k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
./y.sh prepare --only-libcore --cross
./y.sh build --target-triple m68k-unknown-linux-gnu --target ${{ github.workspace }}/target_specs/m68k-unknown-linux-gnu.json
OVERWRITE_TARGET_TRIPLE=m68k-unknown-linux-gnu cargo test --target ${{ github.workspace }}/target_specs/m68k-unknown-linux-gnu.json
cargo build --target ${{ github.workspace }}/target_specs/m68k-unknown-linux-gnu.json
./y.sh clean all
- name: Build
Expand Down

0 comments on commit 0268ad2

Please sign in to comment.