Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 10 additions & 52 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,59 +1,17 @@
name: CI
name: Test

on: [push, pull_request]

jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
# build: [windows]
include:
# - build: stable
# os: ubuntu-latest
# rust: stable
# - build: beta
# os: ubuntu-latest
# rust: beta
# - build: nightly
# os: ubuntu-latest
# rust: nightly
# - build: macos
# os: macos-latest
# rust: stable
- os: windows-latest
# rust: stable
runs-on: windows-latest
steps:
- uses: actions/checkout@master
# - uses: actions/cache@v3
# with:
# path: |
# ~/.cargo/bin/
# ~/.cargo/registry/index/
# ~/.cargo/registry/cache/
# ~/.cargo/git/db/
# foo/target/
# key: ${{ runner.os }}-cargo
# - name: Install Rust (rustup)
# run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
# shell: bash
- run: |
set -x
which make
which mingw32-make
make --version
mingw32-make --version
( IFS=:
for p in $PATH
do
echo $p
ls -al $p || true
done
)
shell: bash


# test1:
# name: Test1
# runs-on: windows-latest
# steps:
# - uses: actions/checkout@master
# - name: Test1
# shell: bash
# run: |
# cd foo
# cargo -V
# cargo run
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# test

asdf10

Change 3
test2