Skip to content

Commit

Permalink
Testaction (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
trobro authored Jul 23, 2024
1 parent e3e9e93 commit 2e5b85f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 41 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: test
on: [push, pull_request]
jobs:
test:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
rust: [stable]
steps:
- uses: actions/checkout@v4
- run: cd hjson && cargo build
- run: cd hjson_cli && cargo build
- run: cd hjson_tests && cargo test
- run: cd hjson && cargo doc
40 changes: 0 additions & 40 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hjson-rust for serde

[![Build Status](https://img.shields.io/travis/hjson/hjson-rust.svg?style=flat-square)](http://travis-ci.org/hjson/hjson-rust)
[![Build Status](https://github.com/hjson/hjson-rust/workflows/test/badge.svg)](https://github.com/hjson/hjson-rust/actions)
[![crate](https://img.shields.io/crates/v/serde-hjson.svg?style=flat-square)](https://crates.io/crates/serde-hjson)

![Hjson Intro](https://hjson.github.io/hjson1.gif)
Expand Down

0 comments on commit 2e5b85f

Please # to comment.